Searched defs:TF_Tensor (Results 1 – 4 of 4) sorted by relevance
57 struct TF_Tensor { struct60 TF_DataType dtype;61 tensorflow::TensorShape shape;62 tensorflow::TensorBuffer* buffer;
222 typedef struct TF_Tensor TF_Tensor; typedef
141 func newTensorFromC(c *C.TF_Tensor) *Tensor {203 func tensorData(c *C.TF_Tensor) []byte {
396 func ptrTensor(l []*C.TF_Tensor) **C.TF_Tensor {