HomeSort by relevance Sort by last modified time
    Searched refs:kTypeParam (Results 1 - 3 of 3) sorted by null

  /frameworks/ml/nn/common/operations/
LSHProjection.h 60 static constexpr int kTypeParam = 3;
LSHProjection.cpp 33 getScalarData<int32_t>(*GetInput(operation, operands, kTypeParam)));
54 getScalarData<int32_t>(operands[operation.inputs[kTypeParam]]));
LSHProjectionTest.cpp 127 execution.setInput(LSHProjection::kTypeParam, &type_, sizeof(type_)),

Completed in 9251 milliseconds