Home
last modified time | relevance | path

Searched refs:show_all (Results 1 – 25 of 108) sorted by relevance

12345

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dpipeline_op.cc26 void PipelineOp::Print(std::ostream &out, bool show_all) const { in Print()
28 if (!show_all) { in Print()
30 DatasetOp::Print(out, show_all); in Print()
39 DatasetOp::Print(out, show_all); in Print()
Dcache_lookup_op.cc60 void CacheLookupOp::Print(std::ostream &out, bool show_all) const { CacheBase::Print(out, show_all)… in Print()
61 void CacheLookupOp::SamplerPrint(std::ostream &out, bool show_all) const { in SamplerPrint()
63 if (show_all) { in SamplerPrint()
65 SamplerRT::SamplerPrint(out, show_all); in SamplerPrint()
Depoch_ctrl_op.cc31 void EpochCtrlOp::Print(std::ostream &out, bool show_all) const { in Print()
32 if (!show_all) { in Print()
34 PipelineOp::Print(out, show_all); in Print()
39 RepeatOp::Print(out, show_all); in Print()
Dskip_op.cc33 void SkipOp::Print(std::ostream &out, bool show_all) const { in Print()
34 if (!show_all) { in Print()
36 PipelineOp::Print(out, show_all); in Print()
41 PipelineOp::Print(out, show_all); in Print()
Dtake_op.cc28 void TakeOp::Print(std::ostream &out, bool show_all) const { in Print()
29 if (!show_all) { in Print()
31 PipelineOp::Print(out, show_all); in Print()
36 PipelineOp::Print(out, show_all); in Print()
Dbarrier_op.cc134 void BarrierOp::Print(std::ostream &out, bool show_all) const { in Print()
135 if (!show_all) { in Print()
137 PipelineOp::Print(out, show_all); in Print()
142 PipelineOp::Print(out, show_all); in Print()
Drepeat_op.cc32 void RepeatOp::Print(std::ostream &out, bool show_all) const { in Print()
33 if (!show_all) { in Print()
35 PipelineOp::Print(out, show_all); in Print()
40 PipelineOp::Print(out, show_all); in Print()
Dproject_op.cc32 void ProjectOp::Print(std::ostream &out, bool show_all) const { in Print()
33 if (!show_all) { in Print()
35 PipelineOp::Print(out, show_all); in Print()
40 PipelineOp::Print(out, show_all); in Print()
Drename_op.cc112 bool show_all) const { // In: T/F if it should print everything in Print()
113 if (!show_all) { in Print()
115 PipelineOp::Print(out, show_all); in Print()
120 PipelineOp::Print(out, show_all); in Print()
Dzip_op.cc67 bool show_all) const { // In: T/F if it should print everything in Print()
68 if (!show_all) { in Print()
70 PipelineOp::Print(out, show_all); in Print()
75 PipelineOp::Print(out, show_all); in Print()
Dshuffle_op.cc70 void ShuffleOp::Print(std::ostream &out, bool show_all) const { in Print()
71 if (!show_all) { in Print()
73 PipelineOp::Print(out, show_all); in Print()
78 PipelineOp::Print(out, show_all); in Print()
Dconcat_op.cc46 void ConcatOp::Print(std::ostream &out, bool show_all) const { in Print()
47 if (!show_all) { in Print()
49 PipelineOp::Print(out, show_all); in Print()
54 PipelineOp::Print(out, show_all); in Print()
Dcache_lookup_op.h48 void Print(std::ostream &out, bool show_all) const override;
49 void SamplerPrint(std::ostream &out, bool show_all) const override;
Dfilter_op.cc101 void FilterOp::Print(std::ostream &out, bool show_all) const { in Print()
102 if (!show_all) { in Print()
104 ParallelOp::Print(out, show_all); in Print()
109 ParallelOp::Print(out, show_all); in Print()
/third_party/boost/boost/python/
Ddocstring_options.hpp17 docstring_options(bool show_all=true) in docstring_options() argument
22 show_user_defined_ = show_all; in docstring_options()
23 show_cpp_signatures_ = show_all; in docstring_options()
24 show_py_signatures_ = show_all; in docstring_options()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/sampler/
Dsubset_random_sampler.cc57 void SubsetRandomSamplerRT::SamplerPrint(std::ostream &out, bool show_all) const { in SamplerPrint()
59 if (show_all) { in SamplerPrint()
61 SamplerRT::SamplerPrint(out, show_all); in SamplerPrint()
Dmind_record_sampler.cc71 void MindRecordSamplerRT::SamplerPrint(std::ostream &out, bool show_all) const { in SamplerPrint()
73 if (show_all) { in SamplerPrint()
75 SamplerRT::SamplerPrint(out, show_all); in SamplerPrint()
Dpython_sampler.cc112 void PythonSamplerRT::SamplerPrint(std::ostream &out, bool show_all) const { in SamplerPrint()
114 if (show_all) { in SamplerPrint()
116 SamplerRT::SamplerPrint(out, show_all); in SamplerPrint()
Dsubset_sampler.cc104 void SubsetSamplerRT::SamplerPrint(std::ostream &out, bool show_all) const { in SamplerPrint()
106 if (show_all) { in SamplerPrint()
108 SamplerRT::SamplerPrint(out, show_all); in SamplerPrint()
Dsequential_sampler.cc125 void SequentialSamplerRT::SamplerPrint(std::ostream &out, bool show_all) const { in SamplerPrint()
127 if (show_all) { in SamplerPrint()
129 SamplerRT::SamplerPrint(out, show_all); in SamplerPrint()
Drandom_sampler.cc120 void RandomSamplerRT::SamplerPrint(std::ostream &out, bool show_all) const { in SamplerPrint()
122 if (show_all) { in SamplerPrint()
124 SamplerRT::SamplerPrint(out, show_all); in SamplerPrint()
Dpk_sampler.cc126 void PKSamplerRT::SamplerPrint(std::ostream &out, bool show_all) const { in SamplerPrint()
128 if (show_all) { in SamplerPrint()
130 SamplerRT::SamplerPrint(out, show_all); in SamplerPrint()
Dweighted_random_sampler.cc181 void WeightedRandomSamplerRT::SamplerPrint(std::ostream &out, bool show_all) const { in SamplerPrint()
183 if (show_all) { in SamplerPrint()
185 SamplerRT::SamplerPrint(out, show_all); in SamplerPrint()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dgenerator_op.cc37 void GeneratorOp::Print(std::ostream &out, bool show_all) const { in Print()
38 if (!show_all) { in Print()
40 PipelineOp::Print(out, show_all); in Print()
45 PipelineOp::Print(out, show_all); in Print()
Dtext_file_op.cc42 void TextFileOp::Print(std::ostream &out, bool show_all) const { in Print()
43 if (!show_all) { in Print()
45 ParallelOp::Print(out, show_all); in Print()
50 ParallelOp::Print(out, show_all); in Print()

12345