Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dtfe_tensorhandle_internal.h27 typedef struct TFE_TensorHandle TFE_TensorHandle; typedef
Dc_api.h138 typedef struct TFE_TensorHandle TFE_TensorHandle; typedef
/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_testlib.h119 const std::array<TFE_TensorHandle*, num_replicas>& components, in CreatePerDeviceValues()
/external/tensorflow/tensorflow/go/
Dtensor_handle.go63 func newTensorHandleFromC(c *C.TFE_TensorHandle) *TensorHandle {