Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dtf_tensor_internal.h94 TensorInterface() {} in TensorInterface() function
95 explicit TensorInterface(tensorflow::Tensor t) : tensor_(std::move(t)) {} in TensorInterface() function
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.h324 explicit TensorInterface(AsyncValueRef<Tensor> t) : tensor_(std::move(t)) {} in TensorInterface() function
325 explicit TensorInterface(tensorflow::Tensor t) : tf_tensor_(std::move(t)) {} in TensorInterface() function
/external/tensorflow/tensorflow/core/framework/
Dtensor.h47 class TensorInterface; variable
693 friend class TensorInterface; // For access to set_shape. variable