Home
last modified time | relevance | path

Searched defs:TFE_TensorHandle (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_internal.h78 struct TFE_TensorHandle { struct
79 TFE_TensorHandle(const tensorflow::Tensor& t, tensorflow::Device* d, in TFE_TensorHandle() function
83 TFE_TensorHandle(tensorflow::TensorHandle* handle) : handle(handle) {} in TFE_TensorHandle() function
88 TFE_TensorHandle(TF_Output t, TF_DataType dtype) in TFE_TensorHandle() argument
Dc_api.h157 typedef struct TFE_TensorHandle TFE_TensorHandle; typedef
/external/tensorflow/tensorflow/go/
Dtensor_handle.go63 func newTensorHandleFromC(c *C.TFE_TensorHandle) *TensorHandle {