Home
last modified time | relevance | path

Searched defs:TensorInterface (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/
Dtf_tensor_internal.h93 TensorInterface() {} in TensorInterface() function
94 explicit TensorInterface(tensorflow::Tensor t) : tensor_(std::move(t)) {} in TensorInterface() function
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.h306 explicit TensorInterface(AsyncValueRef<Tensor> t) : tensor_(std::move(t)) {} in TensorInterface() function
307 explicit TensorInterface(tensorflow::Tensor t) : tf_tensor_(std::move(t)) {} in TensorInterface() function