MCPcopy 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

27namespace tensorflow {
28
29TensorSlice::TensorSlice(int dim) { SetFullSlice(dim); }
30
31TensorSlice::TensorSlice(const TensorSliceProto& proto) {
32 starts_.reserve(proto.extent_size());

Callers

nothing calls this directly

Calls 4

reserveMethod · 0.45
push_backMethod · 0.45
startMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected