/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | kernel_and_device.cc | 151 Status KernelAndDeviceOp::Run(const gtl::InlinedVector<TensorValue, 4>& inputs, in Run() 163 const gtl::InlinedVector<TensorValue, 4>& inputs, in Run() 207 const gtl::InlinedVector<TensorValue, 4>& inputs, in Run() 306 const gtl::InlinedVector<TensorValue, 4>& inputs, in Run()
|
D | tensor_handle.cc | 151 Status TensorHandle::TensorValue(tensorflow::TensorValue* t) { in TensorValue() function in tensorflow::TensorHandle
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | dataset_test_base.cc | 179 OpKernel* kernel, gtl::InlinedVector<TensorValue, 4>* inputs, in CreateOpKernelContext() 221 const OpKernel& kernel, const gtl::InlinedVector<TensorValue, 4>& inputs) { in CheckOpKernelInput() 231 gtl::InlinedVector<TensorValue, 4>* inputs, DataTypeVector input_types, in AddDatasetInput()
|
D | dataset_test_base.h | 163 Status AddDatasetInputFromArray(gtl::InlinedVector<TensorValue, 4>* inputs, in AddDatasetInputFromArray()
|
D | concatenate_dataset_op_test.cc | 61 gtl::InlinedVector<TensorValue, 4> *const inputs, in CreateConcatenateDatasetContext()
|
D | zip_dataset_op_test.cc | 71 gtl::InlinedVector<TensorValue, 4> *const inputs, in CreateZipDatasetContext()
|
D | sparse_tensor_slice_dataset_op_test.cc | 51 OpKernel *const op_kernel, gtl::InlinedVector<TensorValue, 4> *inputs, in CreateSparseTensorSliceDatasetContext()
|
D | repeat_dataset_op_test.cc | 53 OpKernel *op_kernel, gtl::InlinedVector<TensorValue, 4> *const inputs, in CreateRepeatDatasetContext()
|
D | tensor_dataset_op_test.cc | 57 gtl::InlinedVector<TensorValue, 4> *inputs, in CreateTensorDatasetContext()
|
D | take_dataset_op_test.cc | 50 OpKernel *op_kernel, gtl::InlinedVector<TensorValue, 4> *const inputs, in CreateTakeDatasetContext()
|
D | tensor_slice_dataset_op_test.cc | 59 gtl::InlinedVector<TensorValue, 4> *inputs, in CreateTensorSliceDatasetContext()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.h | 513 struct TensorValue { struct 514 TensorValue() : mutex_if_ref(nullptr), tensor(nullptr) {} in TensorValue() function 515 TensorValue(Tensor* t) // NOLINT(runtime/explicit) in TensorValue() function 517 TensorValue(mutex* mu, Tensor* t) : mutex_if_ref(mu), tensor(t) {} in TensorValue() argument 519 bool is_ref() const { return mutex_if_ref != nullptr; } in is_ref() 521 mutex* mutex_if_ref; // nullptr if not a ref, != nullptr if a ref 522 Tensor* tensor;
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | message_wrappers.cc | 802 Status InMemoryRunStepResponse::TensorValue(size_t i, in TensorValue() function in tensorflow::InMemoryRunStepResponse 847 Status OwnedProtoRunStepResponse::TensorValue(size_t i, in TensorValue() function in tensorflow::OwnedProtoRunStepResponse 899 Status NonOwnedProtoRunStepResponse::TensorValue(size_t i, in TensorValue() function in tensorflow::NonOwnedProtoRunStepResponse
|
/external/tensorflow/tensorflow/core/kernels/ |
D | scoped_allocator_ops_test.cc | 89 gtl::InlinedVector<TensorValue, 4>* inputs, in PrepOp()
|