Home
last modified time | relevance | path

Searched defs:TensorInterface (Results 1 – 1 of 1) 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