Searched refs:start_output (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | random_poisson_op.cc | 106 int start_output, int limit_output) { in operator ()() argument 113 for (int64 output_idx = start_output; output_idx < limit_output; in operator ()()
|
D | random_op.cc | 333 int start_output, int limit_output) { in Compute() argument 346 for (int64 output_idx = start_output; output_idx < limit_output; in Compute()
|
/external/libjpeg-turbo/ |
D | djpeg.c | 700 (*dest_mgr->start_output) (&cinfo, dest_mgr); in main() 741 (*dest_mgr->start_output) (&cinfo, dest_mgr); in main() 756 (*dest_mgr->start_output) (&cinfo, dest_mgr); in main()
|
D | cdjpeg.h | 51 void (*start_output) (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo); member
|
D | wrtarga.c | 240 dest->pub.start_output = start_output_tga; in jinit_write_targa()
|
D | wrrle.c | 288 dest->pub.start_output = start_output_rle; in jinit_write_rle()
|
D | wrgif.c | 382 dest->pub.start_output = start_output_gif; in jinit_write_gif()
|
D | wrppm.c | 315 dest->pub.start_output = start_output_ppm; in jinit_write_ppm()
|
D | wrbmp.c | 493 dest->pub.start_output = start_output_bmp; in jinit_write_bmp()
|
D | turbojpeg.c | 2125 (*dst->start_output) (dinfo, dst); in tjSaveImage()
|
/external/tensorflow/tensorflow/core/framework/ |
D | model.cc | 486 void Model::RecordStop(const string& name, bool start_output) { in RecordStop() argument 492 if (start_output && (*node)->output()) { in RecordStop()
|
D | dataset.h | 796 void RecordStop(IteratorContext* ctx, bool start_output = false) { 800 if (start_output && node_->output()) {
|
D | model.h | 401 void RecordStop(const string& name, bool start_output) LOCKS_EXCLUDED(mu_);
|