Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/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()
DLSHProjection.h50 static constexpr int kTypeParam = 3; variable
DLSHProjectionTest.cpp123 ASSERT_EQ(execution.setInput(LSHProjection::kTypeParam, &type_, sizeof(type_)), in Invoke()