OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindOpWithOutput
(Results
1 - 7
of
7
) sorted by null
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
reorder_elementwise_unary.cc
78
auto it =
FindOpWithOutput
(*model, intermediate_name);
merge_reshape_into_preceding_transpose.cc
129
const auto& transpose_it =
FindOpWithOutput
(*model, intermediate_name);
move_binary_operator_before_reshape.cc
115
FindOpWithOutput
(*model, binary_op->inputs[variable_input_idx]);
reorder_reshape_transpose.cc
123
auto reshape_it =
FindOpWithOutput
(*model, transpose_op->inputs[0]);
quantize.cc
537
auto dequantize_it =
FindOpWithOutput
(*model, input);
/external/tensorflow/tensorflow/lite/toco/
tooling_util.h
77
std::vector<std::unique_ptr<Operator>>::const_iterator
FindOpWithOutput
(
81
std::vector<std::unique_ptr<Operator>>::iterator
FindOpWithOutput
(
tooling_util.cc
185
std::vector<std::unique_ptr<Operator>>::const_iterator
FindOpWithOutput
(
197
std::vector<std::unique_ptr<Operator>>::iterator
FindOpWithOutput
(
210
auto it =
FindOpWithOutput
(model, array_name);
[
all
...]
Completed in 187 milliseconds