OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_layer_shapes
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/tools/benchmark/
benchmark_model.cc
414
std::vector<string>
input_layer_shapes
=
local
421
if ((input_layers.size() !=
input_layer_shapes
.size()) ||
432
<<
input_layer_shapes
.size() << " items)";
497
CHECK(str_util::SplitAndParseAsInts(
input_layer_shapes
[n], ',', &sizes))
498
<< "Incorrect size string specified: " <<
input_layer_shapes
[n];
/external/tensorflow/tensorflow/tools/graph_transforms/
summarize_graph_main.cc
72
std::vector<string>
input_layer_shapes
;
local
99
input_layer_shapes
.push_back(sizes_string);
108
string input_layer_shape_value = str_util::Join(
input_layer_shapes
, ":");
Completed in 286 milliseconds