Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dtf_tensor_internal.h94 TensorInterface() {} in TensorInterface() function
95 explicit TensorInterface(tensorflow::Tensor t) : tensor_(std::move(t)) {} in TensorInterface() function
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor.h47 class TensorInterface; variable
693 friend class TensorInterface; // For access to set_shape. variable