Home
last modified time | relevance | path

Searched refs:kTypeParam (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DLSHProjection.cpp39 getScalarData<int32_t>(*GetInput(operation, operands, kTypeParam))); in LSHProjection()
47 constexpr int requiredInputs[] = {kHashTensor, kInputTensor, kTypeParam}; in Prepare()
62 const auto& typeOperand = operands[operation.inputs[kTypeParam]]; in Prepare()
DLSHProjectionTest.cpp123 ASSERT_EQ(execution.setInput(LSHProjection::kTypeParam, &type_, sizeof(type_)), in Invoke()
/packages/modules/NeuralNetworks/common/types/operations/include/
DLSHProjection.h51 static constexpr int kTypeParam = 3; variable