OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kWeightTensor
(Results
1 - 2
of
2
) sorted by null
/frameworks/ml/nn/common/operations/
LSHProjection.h
58
static constexpr int
kWeightTensor
= 2; // Optional
LSHProjection.cpp
29
weight_ = GetInput(operation, operands,
kWeightTensor
);
61
RunTimeOperandInfo *weight = GetInput(operation, operands,
kWeightTensor
);
Completed in 52 milliseconds