Searched defs:TensorInterface (Results 1 – 3 of 3) sorted by relevance
94 TensorInterface() {} in TensorInterface() function95 explicit TensorInterface(tensorflow::Tensor t) : tensor_(std::move(t)) {} in TensorInterface() function
324 explicit TensorInterface(AsyncValueRef<Tensor> t) : tensor_(std::move(t)) {} in TensorInterface() function325 explicit TensorInterface(tensorflow::Tensor t) : tf_tensor_(std::move(t)) {} in TensorInterface() function
47 class TensorInterface; variable693 friend class TensorInterface; // For access to set_shape. variable