Searched refs:tf_tensor_array_new (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | data_structures_test.py | 79 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),
|
D | data_structures.py | 57 def tf_tensor_array_new(elements, element_dtype=None, element_shape=None): function
|
/external/tensorflow/tensorflow/python/autograph/lang/ |
D | special_functions.py | 85 return data_structures.tf_tensor_array_new(elements, element_dtype,
|