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