MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / is_error

Method is_error

paddle/fluid/framework/data_feed.cc:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 void set_sample_rate(float r) { sample_rate_ = r; }
121 size_t get_sample_line() { return sample_line_; }
122 bool is_error() { return (error_line_ > 10); }
123
124 private:
125 SampleFunc get_sample_func() {

Callers 2

LoadIntoMemoryByLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected