OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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