Home
last modified time | relevance | path

Searched defs:tensor_str (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dpy_checkpoint_reader.py57 def has_tensor(self, tensor_str): argument
63 def get_tensor(self, tensor_str): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/util/
H A Dattr_util_test.cc200 std::string tensor_str = R"pb(dtype: DT_INT32 in TEST() local
216 std::string tensor_str = R"pb(foobar)pb"; in TEST() local
/aosp_15_r20/external/pytorch/torch/
H A D_tensor_str.py361 def _add_suffixes(tensor_str, suffixes, indent, force_newline): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/analyzer_wrapper/
H A Dmodel_analyzer.cc69 const std::string tensor_str(const int tensor_idx, const int subgraph_idx, in tensor_str() function