Searched refs:getTensorRef (Results 1 – 7 of 7) sorted by relevance
32 const Tensor& getTensorRef() const & { in getTensorRef() function
43 const Tensor& weight = weight_opt.getTensorRef(); in TORCH_META_FUNC()113 const auto& weight = weight_opt.getTensorRef(); in TORCH_META_FUNC()463 const Tensor& weight = weight_opt.getTensorRef(); in TORCH_IMPL_FUNC()478 const Tensor& weight = weight_opt.getTensorRef(); in TORCH_IMPL_FUNC()
197 bias_opt.getTensorRef(), in TORCH_META_FUNC()791 const Tensor& bias = bias_opt.getTensorRef(); in TORCH_IMPL_FUNC()
600 const Tensor& weight = weight_opt.getTensorRef(); in TORCH_IMPL_FUNC()614 const Tensor& weight = weight_opt.getTensorRef(); in TORCH_IMPL_FUNC()
693 const Tensor& bias = bias_opt.getTensorRef(); in TORCH_IMPL_FUNC()
1100 const Tensor& weight = weight_opt.getTensorRef();1115 const Tensor& weight = weight_opt.getTensorRef();
82 return get()->getTensorRef(); in getTensor()