Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSHProjection.cpp40 getScalarData<int32_t>(*GetInput(operation, operands, kTypeParam))); in LSHProjection()
48 constexpr int requiredInputs[] = {kHashTensor, kInputTensor, kTypeParam}; in Prepare()
63 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()