MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / base

Method base

tensorflow/core/framework/tensor.h:723–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721
722template <typename T>
723T* Tensor::base() const {
724 return buf_ == nullptr ? nullptr : buf_->base<T>();
725}
726
727template <typename T, size_t NDIMS>
728typename TTypes<T, NDIMS>::Tensor Tensor::tensor() {

Callers 2

ResolveParamFunction · 0.45
GetCurrNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected