Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_internal.h93 struct TFE_TensorHandle { struct
94 TFE_TensorHandle(const tensorflow::Tensor& t, tensorflow::Device* d) in TFE_TensorHandle() argument
101 // This can be done if TFE_NewOp() and the TFE_TensorHandle constructors are argument
106 tensorflow::Device* d;
Dc_api.h116 typedef struct TFE_TensorHandle TFE_TensorHandle; typedef