OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReverseOffset
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
resolve_constant_binary.cc
126
const std::vector<int> output_indices =
ReverseOffset
(output_shape, k);
resolve_constant_unary.cc
66
std::vector<int> input_indices =
ReverseOffset
(input_shape, input_offset);
/external/tensorflow/tensorflow/lite/toco/
tooling_util.h
234
inline std::vector<int>
ReverseOffset
(const Shape& shape, int index) {
Completed in 588 milliseconds