Home
last modified time | relevance | path

Searched defs:common_shape (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/protobuf/
H A Dmemory_viewer_preprocess.proto47 string common_shape = 5; field
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dhlo_proto_to_memory_visualization_utils.cc204 std::string common_shape = result->logical_buffers(0).shape(); in Convert() local
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction.py116 def common_shape(x, y): function