Searched defs:TFE_TensorHandle (Results 1 – 3 of 3) sorted by relevance
78 struct TFE_TensorHandle { struct79 TFE_TensorHandle(const tensorflow::Tensor& t, tensorflow::Device* d, in TFE_TensorHandle() function83 TFE_TensorHandle(tensorflow::TensorHandle* handle) : handle(handle) {} in TFE_TensorHandle() function88 TFE_TensorHandle(TF_Output t, TF_DataType dtype) in TFE_TensorHandle() argument
157 typedef struct TFE_TensorHandle TFE_TensorHandle; typedef
63 func newTensorHandleFromC(c *C.TFE_TensorHandle) *TensorHandle {