Searched refs:read_input (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/ |
D | cifar10_input.py | 162 read_input = read_cifar10(filename_queue) 163 reshaped_image = tf.cast(read_input.uint8image, tf.float32) 188 read_input.label.set_shape([1]) 200 read_input.label, 235 read_input = read_cifar10(filename_queue) 236 reshaped_image = tf.cast(read_input.uint8image, tf.float32) 251 read_input.label.set_shape([1]) 261 read_input.label,
|
/external/syzkaller/executor/ |
D | executor.cc | 285 static uint64 read_input(uint64** input_posp, bool peek = false); 541 uint64 call_num = read_input(&input_pos); in execute_one() 545 char* addr = (char*)read_input(&input_pos); in execute_one() 546 uint64 typ = read_input(&input_pos); in execute_one() 555 uint64 meta = read_input(&input_pos); in execute_one() 563 uint64 size = read_input(&input_pos); in execute_one() 567 read_input(&input_pos); in execute_one() 572 uint64 size = read_input(&input_pos); in execute_one() 574 uint64 csum_kind = read_input(&input_pos); in execute_one() 582 uint64 chunks_num = read_input(&input_pos); in execute_one() [all …]
|
/external/toybox/toys/pending/ |
D | fdisk.c | 532 static int read_input(char *mesg, char *outp) in read_input() function 554 read_input(mesg, input); in read_hex() 1021 choice = 0x20 | read_input(msg, NULL); in add_new_partition() 1166 if ((read_input("Recalculate C/H/S (Y/n): ", NULL) | 0x20) == 'y') in move_begning() 1333 choice = 0x20 | read_input(msg, NULL); in expert_menu() 1494 choice = 0x20 | read_input(msg, NULL); in fdisk_main()
|
/external/libavc/test/encoder/ |
D | app.h | 334 IV_STATUS_T read_input(FILE *fp, iv_raw_buf_t *ps_raw_buf);
|
D | input.c | 119 IV_STATUS_T read_input(FILE *fp, iv_raw_buf_t *ps_raw_buf) in read_input() function
|
D | main.c | 1727 status = read_input(ps_app_ctxt->fp_ip, ps_inp_raw_buf); in synchronous_encode() 2000 read_input(ps_app_ctxt->fp_psnr_ip, &s_inp_buf); in synchronous_encode()
|
/external/libhevc/test/encoder/ |
D | main.c | 855 IHEVCE_PLUGIN_STATUS_T read_input(appl_ctxt_t *ps_ctxt, FILE *fp, ihevce_inp_buf_t *inp_pic) in read_input() function 1025 status = read_input(ps_ctxt, pf_inp_yuv, &inp_pic); in libihevce_encode_frame()
|