Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/
Dtensor_handle.go41 type TensorHandle struct { struct
42 c *C.TFE_TensorHandle
58 func (th *TensorHandle) finalizer() {
70 func (th *TensorHandle) DataType() DataType {
75 func (th *TensorHandle) Shape() ([]int64, error) {
91 func (th *TensorHandle) numDims() (int, error) {
99 func (th *TensorHandle) dim(index int) (int64, error) {
114 func (th *TensorHandle) DeviceName() (string, error) {
130 func (th *TensorHandle) BackingDeviceName() (string, error) {
146 func (th *TensorHandle) ToTensor() (*Tensor, error) {
[all …]
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dshape_inference.cc30 const gtl::InlinedVector<TensorHandle*, 4>& inputs, in RunShapeInference()
Dexecute_node.h95 EagerContext* ctx, const absl::InlinedVector<TensorHandle*, 4>& inputs, in ExecuteNode()
151 EagerContext* ctx, const absl::InlinedVector<TensorHandle*, 4>& inputs, in AsyncExecuteNode()
Dcustom_device.h28 class TensorHandle; variable
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
Dexecute_node.cc65 EagerContext* ctx, const gtl::InlinedVector<TensorHandle*, 4>& op_inputs, in Init()
Deager_operation.cc428 const absl::InlinedVector<TensorHandle*, 4>** inputs) const { in TensorHandleInputs() argument
439 absl::InlinedVector<TensorHandle*, 4>** inputs) { in MutableTensorHandleInputs()
Dcontext.h83 class TensorHandle; variable
Dexecute.cc1535 EagerContext* ctx, const absl::InlinedVector<TensorHandle*, 4>& op_inputs, in EagerKernelExecute()
1747 EagerContext* ctx, const absl::InlinedVector<TensorHandle*, 4>& op_inputs, in EagerKernelExecuteAsync()
/external/tensorflow/tensorflow/compiler/jit/
Dget_compiler_ir.h27 class TensorHandle; variable
/external/tensorflow/tensorflow/cc/experimental/base/public/
Druntime.h44 friend class TensorHandle; variable
Dstatus.h61 friend class TensorHandle; variable
Dtensorhandle.h54 explicit TensorHandle(TFE_TensorHandle* handle) : handle_(handle) {} in TensorHandle() function
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_execute_node.h45 const gtl::InlinedVector<TensorHandle*, 4>& inputs, in RemoteExecuteNode()
/external/tensorflow/tensorflow/python/ops/
Dsession_ops.py42 class TensorHandle(object): class
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.h61 class TensorHandle; variable
/external/tensorflow/tensorflow/lite/java/src/main/native/
Dtensor_jni.cc42 class TensorHandle { class
44 TensorHandle(Interpreter* interpreter, int tensor_index, int subgraph_index) in TensorHandle() function in __anon6691a0bf0111::TensorHandle
/external/tensorflow/tensorflow/c/eager/
Dc_api_test.cc173 TEST(CAPI, TensorHandle) { in TEST() argument