Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dmemmapped_file_system_test.cc70 const TensorShape test_tensor_shape = {10, 200}; in TEST() local
132 const TensorShape test_tensor_shape = {100, 200}; in TEST() local
/aosp_15_r20/external/pytorch/torchgen/static_runtime/
H A Dgenerator.py402 def test_tensor_shape(op_name: str) -> str: function
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py4574 def test_tensor_shape(self): member in TestScript