Home
last modified time | relevance | path

Searched defs:input_layer (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/benchmark_data/
Dbenchmark_params.json7 "input_layer" : "input", string
/external/tensorflow/tensorflow/lite/testing/
Dgenerate_testspec.cc43 const std::vector<string>& input_layer, in GenerateInputValues()
82 const std::vector<string>& input_layer, in GenerateTestSpecFromTensorflowModel()
Dtflite_diff_util.h33 std::vector<string> input_layer; member
Dtflite_diff_flags.h31 string input_layer; in ParseTfliteDiffFlags() member
Dtf_driver.cc105 TfDriver::TfDriver(const std::vector<string>& input_layer, in TfDriver()
/external/tensorflow/tensorflow/examples/label_image/
Dlabel_image.py84 input_layer = "input" variable
114 input_layer = args.input_layer variable
Dmain.cc290 string input_layer = "input"; in main() local
/external/tensorflow/tensorflow/python/grappler/
Dhierarchical_controller.py538 def make_grouping_predictions(self, input_layer, reuse=None): argument
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
Dlabel_image.cc319 string input_layer = "Mul"; in main() local
/external/tensorflow/tensorflow/examples/multibox_detector/
Dmain.cc346 string input_layer = "ResizeBilinear"; in main() local
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
Dcamera.cc409 string input_layer = "Mul"; in main() local
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py234 def input_layer(features, function