Searched defs:TensorInterface (Results 1 – 2 of 2) sorted by relevance
93 TensorInterface() {} in TensorInterface() function94 explicit TensorInterface(tensorflow::Tensor t) : tensor_(std::move(t)) {} in TensorInterface() function
306 explicit TensorInterface(AsyncValueRef<Tensor> t) : tensor_(std::move(t)) {} in TensorInterface() function307 explicit TensorInterface(tensorflow::Tensor t) : tf_tensor_(std::move(t)) {} in TensorInterface() function