OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_layer_shape
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/contrib/lite/testing/
tf_driver.h
37
const std::vector<string>&
input_layer_shape
,
tf_driver.cc
64
const std::vector<string>&
input_layer_shape
,
68
CHECK_EQ(input_layer.size(),
input_layer_shape
.size());
78
input_shapes_[i] = Split<int64_t>(
input_layer_shape
[i], ",");
/external/tensorflow/tensorflow/contrib/makefile/
README.md
125
--
input_layer_shape
="1,224,224,3" \
Completed in 69 milliseconds