Searched refs:tensor_list_concat (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/data_structures/ |
H A D | list_ops_test.py | 1353 return list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1366 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1375 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1386 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1392 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1396 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1406 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1416 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1427 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1437 t = list_ops.tensor_list_concat(l1, element_dtype=dtypes.float32) [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/op_tests/ |
H A D | tensor_list_concat.py | 42 out = list_ops.tensor_list_concat(tensor_list, parameters["element_dtype"],
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/mlir/testing/op_tests/ |
H A D | tensor_list_concat.py | 46 out = list_ops.tensor_list_concat(tensor_list, parameters["element_dtype"],
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/mlir/testing/ |
H A D | build_def.bzl | 64 "tensor_list_concat",
|
H A D | generate_examples.py | 67 from tensorflow.lite.experimental.mlir.testing.op_tests.tensor_list_concat import make_tensor_list_…
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | list_ops.py | 170 def tensor_list_concat(input_handle, element_dtype, element_shape=None, function
|
H A D | tensor_array_ops.py | 585 value = list_ops.tensor_list_concat(
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/ |
H A D | generate_examples_lib.py | 174 from tensorflow.lite.testing.op_tests.tensor_list_concat import make_tensor_list_concat_tests
|
H A D | build_def.bzl | 168 "tensor_list_concat",
|