Home
last modified time | relevance | path

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

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