Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Tensor
Method
Tensor
tensorflow/core/framework/tensor.cc:676–676 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
674
} // end namespace
675
676
Tensor::Tensor() : Tensor(DT_FLOAT) {}
677
678
Tensor::Tensor(DataType type) : shape_({0}), buf_(nullptr) { set_dtype(type); }
679
Callers
nothing calls this directly
Calls
6
RefIfNonNull
Function · 0.85
IsEnabled
Function · 0.85
get_default_cpu_allocator
Function · 0.85
num_elements
Method · 0.45
AllocatesOpaqueHandle
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected