Searched defs:TensorTensorImpl (Results 1 – 1 of 1) sorted by relevance
86 …explicit TensorTensorImpl(const tensor::Tensor &tensor) : tensor_(std::make_shared<tensor::Tensor>… in TensorTensorImpl() function87 explicit TensorTensorImpl(const std::shared_ptr<tensor::Tensor> &tensor) : tensor_(tensor) {} in TensorTensorImpl() function