Searched defs:TensorInterface (Results 1 – 1 of 1) sorted by relevance
93 TensorInterface() {} in TensorInterface() function94 explicit TensorInterface(tensorflow::Tensor t) : tensor_(std::move(t)) {} in TensorInterface() function