Searched defs:CanUseDMA (Results 1 – 2 of 2) sorted by relevance
26 static bool CanUseDMA(const Tensor* t) { return t->CanUseDMA(); } in CanUseDMA() function
1052 bool Tensor::CanUseDMA() const { in CanUseDMA() function in tensorflow::Tensor