Home
last modified time | relevance | path

Searched refs:ParseTensorShapes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dcost_utils.cc111 for (absl::string_view tensor : ParseTensorShapes(tensor_shapes)) { in Predict()
H A Dtf_op_utils.h136 std::vector<absl::string_view> ParseTensorShapes(
H A Dtf_op_utils.cc174 std::vector<absl::string_view> ParseTensorShapes( in ParseTensorShapes() function