Searched refs:kTypeParam (Results 1 – 3 of 3) sorted by relevance
39 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()
50 static constexpr int kTypeParam = 3; variable
123 ASSERT_EQ(execution.setInput(LSHProjection::kTypeParam, &type_, sizeof(type_)), in Invoke()