Home
last modified time | relevance | path

Searched defs:TensorRef (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/runtime/
Dcustom_call.h76 struct TensorRef { struct
77 llvm::ArrayRef<int64_t> shape;
78 llvm::ArrayRef<T> data;
Dcustom_call.cc31 using TensorRef = CustomCall::TensorRef<T>; typedef
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorRef.h155 EIGEN_STRONG_INLINE TensorRef() : m_evaluator(NULL) { in TensorRef() function
159 …EIGEN_STRONG_INLINE TensorRef(const Expression& expr) : m_evaluator(new internal::TensorLazyEvalua… in TensorRef() function
175 TensorRef(const TensorRef& other) : m_evaluator(other.m_evaluator) { in TensorRef() function
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.cc353 AsyncValueRef<Tensor> TensorInterface::TensorRef() const { in TensorRef() function in tfrt::tf::TensorInterface