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

Method GetNextTensor

tensorflow/core/framework/hash_table/tensor_generator.cc:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void TensorGenerator::GetNextTensor(
28 const Consumer& done) {
29 Produce();
30 Deque(done);
31}
32
33void TensorGenerator::Produce() {
34 Ref();

Callers 4

TESTFunction · 0.80
ResizeMethod · 0.80
PadMethod · 0.80
ClearIdsMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64