Home
last modified time | relevance | path

Searched refs:test_tensor_shape (Results 1 – 5 of 5) 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
71 Tensor test_tensor(DT_FLOAT, test_tensor_shape); in TEST()
132 const TensorShape test_tensor_shape = {100, 200}; in TEST() local
133 Tensor test_tensor(DT_FLOAT, test_tensor_shape); in TEST()
/aosp_15_r20/external/pytorch/torchgen/static_runtime/
H A Dgenerator.py402 def test_tensor_shape(op_name: str) -> str: function
412 tensor_size_ex = test_tensor_shape(op_name)
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dops_test.py3739 test_tensor_shape = [None, 1, 1, 1]
3742 tensor_spec.TensorSpec(shape=test_tensor_shape, dtype=dtypes.float32)
3752 for d in test_tensor_shape
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py4574 def test_tensor_shape(self): member in TestScript
/aosp_15_r20/external/armnn/
H A DLICENSE.spdx5827 FileName: ./python/pyarmnn/test/test_tensor_shape.py