Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ TensorSlice
Method
TensorSlice
tensorflow/core/framework/tensor_slice.cc:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
namespace tensorflow {
28
29
TensorSlice::TensorSlice(int dim) { SetFullSlice(dim); }
30
31
TensorSlice::TensorSlice(const TensorSliceProto& proto) {
32
starts_.reserve(proto.extent_size());
Callers
nothing calls this directly
Calls
4
reserve
Method · 0.45
push_back
Method · 0.45
start
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected