/external/tensorflow/tensorflow/python/kernel_tests/ |
D | pool_test.py | 101 window_shape, argument 134 for i in range(len(window_shape)): 138 window_size=window_shape[i], 163 window_shape=[1, 3], 174 for window_shape in [[1], [2], [3]]: 179 window_shape=window_shape, 185 if np.any(np.array(strides) > window_shape): 189 window_shape=window_shape, 200 for window_shape in [[1, 1], [2, 1], [2, 3]]: 205 window_shape=window_shape, [all …]
|
/external/tensorflow/tensorflow/contrib/model_pruning/python/ |
D | pruning_utils_test.py | 83 def testFactorizedAvgPool(self, input_shape, window_shape): argument 86 "window_shape": window_shape, 88 "strides": window_shape, 93 def testFactorizedMaxPool(self, input_shape, window_shape): argument 96 "window_shape": window_shape, 98 "strides": window_shape,
|
D | pruning_utils.py | 165 window_shape, argument 197 window_shape=[1, window_shape[0]], 205 window_shape=[1, window_shape[1]],
|
D | pruning.py | 468 window_shape=pool_window,
|
/external/libxaac/decoder/ |
D | ixheaacd_lt_predict.c | 58 UWORD16 win_shape = ptr_aac_dec_channel_info->str_ics_info.window_shape; in ixheaacd_lt_prediction() 110 WORD16 window_sequence, WORD16 window_shape, in ixheaacd_filter_bank_ltp() argument 129 if (!window_shape) { in ixheaacd_filter_bank_ltp() 165 if (!window_shape) in ixheaacd_filter_bank_ltp() 177 if (!window_shape) in ixheaacd_filter_bank_ltp() 188 if (!window_shape) in ixheaacd_filter_bank_ltp()
|
D | ixheaacd_ext_ch_ele.c | 518 usac_data->window_shape[chn], in ixheaacd_cplx_pred_upmixing() 612 usac_data->window_shape[chn] = (WORD32)ixheaacd_read_bits_buf(it_bit_buff, 1); in ixheaacd_ics_info() 698 usac_data->window_shape[right] = usac_data->window_shape[left]; in ixheaacd_core_coder_data() 811 usac_data->window_shape[chn] = WIN_SEL_0; in ixheaacd_core_coder_data() 821 usac_data->window_shape_prev[chn] = usac_data->window_shape[chn]; in ixheaacd_core_coder_data() 917 usac_data->window_shape_prev[ch] = usac_data->window_shape[ch]; in ixheaacd_core_coder_data()
|
D | ixheaacd_lpfuncs.c | 366 ->ptr_long_window[(WORD32)ptr_aac_dec_overlap_info->window_shape]; in ixheaacd_imdct_process() 369 ->ptr_short_window[(WORD32)ptr_aac_dec_overlap_info->window_shape]; in ixheaacd_imdct_process() 555 ->ptr_short_window[(WORD32)ptr_ics_info->window_shape]; in ixheaacd_imdct_process() 633 ptr_aac_dec_overlap_info->window_shape = ptr_ics_info->window_shape; in ixheaacd_imdct_process()
|
D | ixheaacd_channelinfo.h | 34 WORD16 window_shape; member 90 WORD16 window_shape; member
|
D | ixheaacd_aacdecoder.c | 798 ->ptr_long_window[(int)str_ics_info[ch].window_shape]; in ixheaacd_aacdec_decodeframe() 801 ->ptr_short_window[(int)str_ics_info[ch].window_shape]; in ixheaacd_aacdec_decodeframe() 814 ->overlap_add_data.win_shape = str_ics_info[ch].window_shape; in ixheaacd_aacdec_decodeframe()
|
D | ixheaacd_main.h | 73 WORD32 window_shape[MAX_NUM_CHANNELS]; member
|
D | ixheaacd_channel.c | 351 ptr_ics_info->window_shape = 1; in ixheaacd_ics_read() 358 ptr_ics_info->window_shape = (WORD16)((value & 0x1)); in ixheaacd_ics_read()
|
D | ixheaacd_initfuncs.c | 333 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->window_shape = 0; in ixheaacd_aac_decoder_init()
|
D | ixheaacd_create.c | 258 usac_data->window_shape[i] = 0; in ixheaacd_decode_init()
|
D | ixheaacd_imdct.c | 305 WORD32 window_select = usac_data->window_shape[i_ch]; in ixheaacd_fd_imdct_short()
|
D | ixheaacd_lpc.c | 629 usac_data->window_shape[i_ch] = WIN_SEL_0; in ixheaacd_lpd_dec_update()
|
/external/tensorflow/tensorflow/python/ops/ |
D | nn_ops.py | 1084 window_shape, argument 1179 num_spatial_dims = len(window_shape) 1192 if np.any(strides > window_shape): 1211 adjusted_window_shape = [1] + list(window_shape) + [1] 1215 adjusted_window_shape = [1, 1] + list(window_shape) 1252 filter_shape=window_shape) 1258 window_shape, argument 1345 window_shape=window_shape,
|
/external/tensorflow/tensorflow/examples/speech_commands/ |
D | freeze.py | 108 window_shape=[1, model_settings['average_window_width']],
|
D | input_data.py | 444 window_shape=[1, model_settings['average_window_width']],
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_typed_visitor.h | 1054 const Shape& window_shape = in HandleConvolution() local 1066 auto func = [&window_shape, &dnums, &lhs_shape, &rhs_shape, &window, in HandleConvolution() 1191 } while (IndexUtil::BumpIndices(window_shape, in HandleConvolution() 1876 const Shape window_shape = ShapeUtil::MakeShape( in HandleSelectAndScatter() local 1912 window_shape, window, operand_literal.shape(), source_index, in HandleSelectAndScatter() 1935 window_shape, window, operand_literal.shape(), source_index, in HandleSelectAndScatter() 1992 const Shape window_shape = ShapeUtil::MakeShape( in HandleReduceWindow() local 2009 window_shape, window, operand_literal.shape(), output_index, in HandleReduceWindow() 2824 const Shape& window_shape, const Window& window, const Shape& base_shape, in IterateThroughWindow() argument 2854 IndexUtil::BumpIndices(window_shape, absl::MakeSpan(window_index))); in IterateThroughWindow()
|
D | shape_inference_test.cc | 314 Shape window_shape = ShapeUtil::MakeShape(F32, {2, 2}); in TEST_F() local
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.nn.pbtxt | 241 …argspec: "args=[\'input\', \'window_shape\', \'pooling_type\', \'strides\', \'padding\', \'data_fo…
|
/external/tensorflow/tensorflow/lite/python/ |
D | lite_test.py | 556 dconv, window_shape=[2, 2], pooling_type='AVG', padding='SAME') 558 pool, window_shape=[2, 2], pooling_type='MAX', padding='SAME')
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.nn.pbtxt | 293 …argspec: "args=[\'input\', \'window_shape\', \'pooling_type\', \'padding\', \'dilation_rate\', \'s…
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | layers.py | 2525 window_shape=utils.n_positive_integers(num_spatial_dims, kernel_size),
|