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

Method TensorSliceReader

tensorflow/core/util/tensor_slice_reader.cc:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99TensorSliceReader::TensorSliceReader(const string& filepattern)
100 : TensorSliceReader(filepattern, OpenTableTensorSliceReader,
101 kLoadAllShards) {}
102
103TensorSliceReader::TensorSliceReader(const string& filepattern,
104 OpenTableFunction open_function)

Callers

nothing calls this directly

Calls 10

DefaultFunction · 0.85
InvalidArgumentFunction · 0.85
NotFoundFunction · 0.85
GetMatchingPathsMethod · 0.45
okMethod · 0.45
ToStringMethod · 0.45
emptyMethod · 0.45
resizeMethod · 0.45
sizeMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected