Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/operators/
Ddata_structures_test.py79 l = data_structures.tf_tensor_array_new([3, 4, 5])
86 data_structures.tf_tensor_array_new([3, 4.0])
88 data_structures.tf_tensor_array_new([3, 4], element_dtype=dtypes.float32)
90 data_structures.tf_tensor_array_new([3, [4, 5]])
92 data_structures.tf_tensor_array_new([3, 4], element_shape=(2,))
94 data_structures.tf_tensor_array_new([], element_shape=(2,))
97 data_structures.tf_tensor_array_new([], element_dtype=dtypes.float32),
Ddata_structures.py57 def tf_tensor_array_new(elements, element_dtype=None, element_shape=None): function
/external/tensorflow/tensorflow/python/autograph/lang/
Dspecial_functions.py85 return data_structures.tf_tensor_array_new(elements, element_dtype,