Home
last modified time | relevance | path

Searched defs:tensor_info (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/contrib/saved_model/cc/saved_model/
Dsignature_def_utils.cc43 const TensorInfo* tensor_info; in VerifyTensorInfoForKeyInMap() local
95 const TensorInfo& tensor_info = output.second; in IsValidClassificationSignature() local
122 const TensorInfo** tensor_info) { in FindInputTensorInfoByKey()
129 const TensorInfo** tensor_info) { in FindOutputTensorInfoByKey()
136 const TensorInfo* tensor_info; in FindInputTensorNameByKey() local
145 const TensorInfo* tensor_info; in FindOutputTensorNameByKey() local
/external/tensorflow/tensorflow/python/saved_model/
Dutils_impl.py122 def get_tensor_from_tensor_info(tensor_info, graph=None, import_scope=None): argument
155 def get_element_from_tensor_info(tensor_info, graph=None, import_scope=None): argument
Dsaved_model_test.py103 def _validate_inputs_tensor_info_fail(self, builder, tensor_info): argument
116 def _validate_inputs_tensor_info_accept(self, builder, tensor_info): argument
127 def _validate_outputs_tensor_info_fail(self, builder, tensor_info): argument
139 def _validate_outputs_tensor_info_accept(self, builder, tensor_info): argument
Dbuilder_impl.py154 def _validate_tensor_info(self, tensor_info): argument
/external/tensorflow/tensorflow/lite/python/
Dconvert_saved_model.py31 def _log_tensor_details(tensor_info): argument
105 def gather_names(tensor_info): argument
/external/tensorflow/tensorflow/contrib/session_bundle/
Dbundle_shim.cc258 TensorInfo tensor_info; in AddInputToSignatureDef() local
288 TensorInfo tensor_info; in AddOutputToSignatureDef() local
/external/tensorflow/tensorflow/core/protobuf/
Dmeta_graph.proto321 TensorInfo tensor_info = 1; field
/external/tensorflow/tensorflow/python/tools/
Dsaved_model_cli.py158 def _print_tensor_info(tensor_info, indent=0): argument
/external/tensorflow/tensorflow/cc/tools/
Dfreeze_saved_model.cc36 void GetTensorNamesFromTensorInfo(const TensorInfo& tensor_info, in GetTensorNamesFromTensorInfo()
/external/tensorflow/tensorflow/python/compiler/tensorrt/
Dtrt_convert.py226 def _gather_names(tensor_info): argument