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

Method Skip

tensorflow/core/platform/env.cc:467–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465
466 void BackUp(int count) override { pos_ -= count; }
467 bool Skip(int count) override {
468 pos_ += count;
469 return true;
470 }
471 protobuf_int64 ByteCount() const override { return pos_; }
472 Status status() const { return status_; }
473

Callers 15

ComputeMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
ReadPackedValuesMethod · 0.45
SkipBytesMethod · 0.45
ReadPackedValuesMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
TruncatedNormalKernelFunction · 0.45
GPU_1D_KERNEL_LOOPFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected