Home
last modified time | relevance | path

Searched refs:window_shape (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dpool_test.py101 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/
Dpruning_utils_test.py83 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,
Dpruning_utils.py165 window_shape, argument
197 window_shape=[1, window_shape[0]],
205 window_shape=[1, window_shape[1]],
Dpruning.py468 window_shape=pool_window,
/external/libxaac/decoder/
Dixheaacd_lt_predict.c58 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()
Dixheaacd_ext_ch_ele.c518 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()
Dixheaacd_lpfuncs.c366 ->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()
Dixheaacd_channelinfo.h34 WORD16 window_shape; member
90 WORD16 window_shape; member
Dixheaacd_aacdecoder.c798 ->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()
Dixheaacd_main.h73 WORD32 window_shape[MAX_NUM_CHANNELS]; member
Dixheaacd_channel.c351 ptr_ics_info->window_shape = 1; in ixheaacd_ics_read()
358 ptr_ics_info->window_shape = (WORD16)((value & 0x1)); in ixheaacd_ics_read()
Dixheaacd_initfuncs.c333 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->window_shape = 0; in ixheaacd_aac_decoder_init()
Dixheaacd_create.c258 usac_data->window_shape[i] = 0; in ixheaacd_decode_init()
Dixheaacd_imdct.c305 WORD32 window_select = usac_data->window_shape[i_ch]; in ixheaacd_fd_imdct_short()
Dixheaacd_lpc.c629 usac_data->window_shape[i_ch] = WIN_SEL_0; in ixheaacd_lpd_dec_update()
/external/tensorflow/tensorflow/python/ops/
Dnn_ops.py1084 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/
Dfreeze.py108 window_shape=[1, model_settings['average_window_width']],
Dinput_data.py444 window_shape=[1, model_settings['average_window_width']],
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_typed_visitor.h1054 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()
Dshape_inference_test.cc314 Shape window_shape = ShapeUtil::MakeShape(F32, {2, 2}); in TEST_F() local
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.nn.pbtxt241 …argspec: "args=[\'input\', \'window_shape\', \'pooling_type\', \'strides\', \'padding\', \'data_fo…
/external/tensorflow/tensorflow/lite/python/
Dlite_test.py556 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/
Dtensorflow.nn.pbtxt293 …argspec: "args=[\'input\', \'window_shape\', \'pooling_type\', \'padding\', \'dilation_rate\', \'s…
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers.py2525 window_shape=utils.n_positive_integers(num_spatial_dims, kernel_size),