Home
last modified time | relevance | path

Searched defs:TensorValue (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.h477 struct TensorValue { struct
478 TensorValue() : mutex_if_ref(nullptr), tensor(nullptr) {} in TensorValue() argument
479 explicit TensorValue(Tensor* t) : mutex_if_ref(nullptr), tensor(t) {} in TensorValue() function
480 TensorValue(mutex* mu, Tensor* t) : mutex_if_ref(mu), tensor(t) {} in TensorValue() function
482 bool is_ref() const { return mutex_if_ref != nullptr; } in is_ref()
485 DataType dtype() const { in dtype()
497 DataType dtype_safe() const { in dtype_safe()
506 mutex* mutex_if_ref; // nullptr if not a ref, != nullptr if a ref
507 Tensor* tensor;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/models/
H A Dlog_reader.py48 class TensorValue: class
75 def pretty_print_tensor_value(tv: TensorValue):
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Ddataset_test_base.cc325 gtl::InlinedVector<TensorValue, 4>* const inputs, in CreateDatasetContext()
489 OpKernel* kernel, gtl::InlinedVector<TensorValue, 4>* inputs, in CreateOpKernelContext()
495 OpKernel* kernel, gtl::InlinedVector<TensorValue, 4>* inputs, in CreateOpKernelContext()
539 const OpKernel& kernel, const gtl::InlinedVector<TensorValue, 4>& inputs) { in CheckOpKernelInput()
549 gtl::InlinedVector<TensorValue, 4>* inputs, DataTypeVector input_types, in AddDatasetInput()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dmessage_wrappers.cc829 Status InMemoryRunStepResponse::TensorValue(size_t i, in TensorValue() function in tensorflow::InMemoryRunStepResponse
876 Status OwnedProtoRunStepResponse::TensorValue(size_t i, in TensorValue() function in tensorflow::OwnedProtoRunStepResponse
932 Status NonOwnedProtoRunStepResponse::TensorValue(size_t i, in TensorValue() function in tensorflow::NonOwnedProtoRunStepResponse
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dtensor_handle_data.cc33 Status LocalTensorHandleData::TensorValue(tensorflow::TensorValue* t) { in TensorValue() function in tensorflow::LocalTensorHandleData
H A Dkernel_and_device.h74 explicit EagerKernelArgs(gtl::InlinedVector<TensorValue, 4>&& tensor_args) in EagerKernelArgs()
H A Dtensor_handle.cc494 Status TensorHandle::TensorValue(const Device* d, tensorflow::TensorValue* t) { in TensorValue() function in tensorflow::TensorHandle
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dmap_defun_op_test.cc108 gtl::InlinedVector<TensorValue, 4>* const inputs, in CreateMapDefunContext()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dscoped_allocator_ops_test.cc90 gtl::InlinedVector<TensorValue, 4>* inputs, in PrepOp()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/
H A Deager_service_impl_test.cc720 gtl::InlinedVector<TensorValue, 4>&& tensor_args, in TestExecuteNodeArgs()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dprocess_function_library_runtime_test.cc866 gtl::InlinedVector<TensorValue, 4>&& tensor_args) { in TestFunctionPackedArgs()