Searched defs:TensorAndDevice (Results 1 – 2 of 2) sorted by relevance
322 struct TensorAndDevice { struct324 const TensorId tensor;326 const DeviceAttributes* device;
158 Status TensorHandle::TensorAndDevice(const tensorflow::Tensor** tensor, in TensorAndDevice() function in tensorflow::TensorHandle