/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | portable_tensor.h | 37 const TfLiteIntArray& tensor_list) { in VectorOfTensors() 81 const TfLiteIntArray& tensor_list) in VectorOfQuantizedTensors()
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_api_parameter_converter.cc | 266 PyObject* tensor_list = params[index]; in ConvertInputsWithTypeAttr() local 288 PyObject* tensor_list = params[index]; in ConvertInputsWithTypeAttr() local 362 PyObject* tensor_list = params[index]; in ConvertInputsWithTypeListAttr() local 373 PyObject* tensor_list = params[index]; in ConvertInputsWithTypeListAttr() local
|
D | sparse_tensor.py | 338 def _from_components(self, tensor_list): argument 372 def _from_compatible_tensor_list(self, tensor_list): argument
|
D | type_spec.py | 513 def __check_tensor_list(self, tensor_list): argument 861 def batchable_from_tensor_list(spec, tensor_list): argument
|
D | indexed_slices.py | 270 def _from_components(self, tensor_list): argument
|
D | composite_tensor_test.py | 52 def _from_components(self, tensor_list): argument
|
D | tensor_spec.py | 206 def _from_compatible_tensor_list(self, tensor_list): argument
|
D | extension_type.py | 681 def _from_compatible_tensor_list(self, tensor_list): argument
|
/external/tensorflow/tensorflow/python/data/util/ |
D | structure.py | 193 def _from_tensor_list_helper(decode_fn, element_spec, tensor_list): argument 228 def from_compatible_tensor_list(element_spec, tensor_list): argument 251 def from_tensor_list(element_spec, tensor_list): argument
|
/external/tensorflow/tensorflow/lite/experimental/mlir/testing/op_tests/ |
D | tensor_list_dynamic_shape.py | 51 def loop_body(i, tensor_list): argument
|
/external/tensorflow/tensorflow/lite/testing/op_tests/ |
D | tensor_list_dynamic_shape.py | 47 def loop_body(i, tensor_list): argument
|
/external/tensorflow/tensorflow/python/training/ |
D | input.py | 323 def slice_input_producer(tensor_list, num_epochs=None, shuffle=True, seed=None, argument 461 def _as_original_type(original_tensors, tensor_list): argument 473 def _store_sparse_tensors(tensor_list, enqueue_many, keep_input, argument 625 def _validate(tensor_list): argument 709 def _select_which_to_enqueue(tensor_list, keep_input): argument 735 def _enqueue(queue, tensor_list, threads, enqueue_many, keep_input): argument
|
/external/tensorflow/tensorflow/python/autograph/lang/ |
D | special_functions.py | 53 def tensor_list(elements, function
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_expression.cc | 60 XlaExpression XlaExpression::TensorList(xla::XlaOp tensor_list) { in TensorList()
|
D | graph_compiler.cc | 101 const xla::XlaOp& tensor_list = expressions[i]->handle(); in PrepareArguments() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | list_kernels.h | 174 const TensorList* tensor_list = nullptr; in Compute() local 403 const TensorList* tensor_list = nullptr; in Compute() local 669 const TensorList* tensor_list = nullptr; in Compute() local
|
D | list_kernels.cc | 71 const TensorList& tensor_list, int index, in GetElementShapeFromInput()
|
/external/tensorflow/tensorflow/python/ops/ |
D | gradients_util.py | 876 def _MultiDeviceAddN(tensor_list, gradient_uid): argument
|
D | tensor_array_ops.py | 1441 def _from_components(self, tensor_list): argument
|
D | resource_variable_ops.py | 2398 def _from_compatible_tensor_list(self, tensor_list): argument
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/ |
D | tfr_ops.cc | 227 if (auto tensor_list = arg_type.dyn_cast<TFRTensorListType>()) { in verify() local 304 if (auto tensor_list = result_type.dyn_cast<TFRTensorListType>()) { in verify() local
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/ |
D | raise_to_tf.cc | 405 SmallVector<Value, 4> tensor_list; in CreateAndReplaceOp() local
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_tensor.py | 2503 def _from_components(self, tensor_list): argument 2584 def _from_compatible_tensor_list(self, tensor_list): argument
|
/external/tensorflow/tensorflow/python/client/ |
D | session.py | 580 def _name_list(tensor_list): argument
|
/external/tensorflow/tensorflow/python/distribute/ |
D | values.py | 409 def _from_components(self, tensor_list): argument
|