Home
last modified time | relevance | path

Searched defs:TensorHandle (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dtensor_handle.go42 type TensorHandle struct { struct
43 c *C.TFE_TensorHandle
59 func (th *TensorHandle) finalizer() {
71 func (th *TensorHandle) DataType() DataType {
76 func (th *TensorHandle) Shape() ([]int64, error) {
92 func (th *TensorHandle) numDims() (int, error) {
100 func (th *TensorHandle) dim(index int) (int64, error) {
115 func (th *TensorHandle) DeviceName() (string, error) {
127 func (th *TensorHandle) BackingDeviceName() (string, error) {
138 func (th *TensorHandle) ToTensor() (*Tensor, error) {
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dtensor_handle.cc242 TensorHandle::TensorHandle(tensorflow::Tensor&& t, Device* d, Device* op_device, in TensorHandle() function in tensorflow::TensorHandle
258 TensorHandle::TensorHandle(tensorflow::Tensor&& t, Device* d, Device* op_device, in TensorHandle() function in tensorflow::TensorHandle
285 TensorHandle::TensorHandle(Device* d, Device* op_device, in TensorHandle() function in tensorflow::TensorHandle
349 TensorHandle::TensorHandle(std::vector<TensorHandle*>&& handles, Device* device, in TensorHandle() function in tensorflow::TensorHandle
376 TensorHandle::TensorHandle(int64_t op_id, int32_t output_num, in TensorHandle() function in tensorflow::TensorHandle
401 TensorHandle::TensorHandle(int64_t op_id, int32_t output_num, in TensorHandle() function in tensorflow::TensorHandle
H A Dshape_inference.cc30 const gtl::InlinedVector<TensorHandle*, 4>& inputs, in RunShapeInference()
H A Dexecute_node.h95 const absl::InlinedVector<TensorHandle*, 4>& inputs, in ExecuteNode()
151 const absl::InlinedVector<TensorHandle*, 4>& inputs, in AsyncExecuteNode()
H A Deager_operation.cc430 const absl::InlinedVector<TensorHandle*, 4>** inputs) const { in TensorHandleInputs() argument
441 absl::InlinedVector<TensorHandle*, 4>** inputs) { in MutableTensorHandleInputs()
H A Dcustom_device.h28 class TensorHandle; variable
H A Dexecute_node.cc65 EagerContext* ctx, const gtl::InlinedVector<TensorHandle*, 4>& op_inputs, in Init()
H A Dcontext.h84 class TensorHandle; variable
H A Dexecute.cc1828 EagerContext* ctx, const absl::InlinedVector<TensorHandle*, 4>& op_inputs, in EagerKernelExecute()
2042 EagerContext* ctx, const absl::InlinedVector<TensorHandle*, 4>& op_inputs, in EagerKernelExecuteAsync()
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dsignature_runner.h30 class TensorHandle; // Class for friend declarations. variable
147 friend class TensorHandle; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/main/native/
H A Dtensor_jni.cc83 class TensorHandle { class
85 TensorHandle(Interpreter* interpreter, int tensor_index) { in TensorHandle() function in tflite::TensorHandle
91 TensorHandle(SignatureRunner* runner, const char* name, bool is_input) { in TensorHandle() function in tflite::TensorHandle
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/base/public/
H A Druntime.h44 friend class TensorHandle; variable
H A Dstatus.h61 friend class TensorHandle; variable
H A Dtensorhandle.h54 explicit TensorHandle(TFE_TensorHandle* handle) : handle_(handle) {} in TensorHandle() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dget_compiler_ir.h27 class TensorHandle; variable
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DTensorHandle.cpp43 TensorHandle::TensorHandle(const TensorInfo& tensorInfo) in TensorHandle() function in armnn::TensorHandle
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/
H A Dremote_execute_node.h46 const gtl::InlinedVector<TensorHandle*, 4>& inputs, in RemoteExecuteNode()
/aosp_15_r20/external/armnn/include/armnn/backends/
H A DTensorHandle.hpp79 class TensorHandle : public ConstTensorHandle class
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dsession_ops.py38 class TensorHandle: class
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dc_api_tfrt.h61 class TensorHandle; variable
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_test.cc174 TEST(CAPI, TensorHandle) { in TEST() argument