/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/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 | 512 usac_data->window_shape[chn], in ixheaacd_cplx_pred_upmixing() 605 usac_data->window_shape[chn] = (WORD32)ixheaacd_read_bits_buf(it_bit_buff, 1); in ixheaacd_ics_info() 691 usac_data->window_shape[right] = usac_data->window_shape[left]; in ixheaacd_core_coder_data() 804 usac_data->window_shape[chn] = WIN_SEL_0; in ixheaacd_core_coder_data() 814 usac_data->window_shape_prev[chn] = usac_data->window_shape[chn]; in ixheaacd_core_coder_data() 909 usac_data->window_shape_prev[ch] = usac_data->window_shape[ch]; in ixheaacd_core_coder_data()
|
D | ixheaacd_lpfuncs.c | 363 ->ptr_long_window[(WORD32)ptr_aac_dec_overlap_info->window_shape]; in ixheaacd_imdct_process() 366 ->ptr_short_window[(WORD32)ptr_aac_dec_overlap_info->window_shape]; in ixheaacd_imdct_process() 552 ->ptr_short_window[(WORD32)ptr_ics_info->window_shape]; in ixheaacd_imdct_process() 630 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 | 801 ->ptr_long_window[(int)str_ics_info[ch].window_shape]; in ixheaacd_aacdec_decodeframe() 804 ->ptr_short_window[(int)str_ics_info[ch].window_shape]; in ixheaacd_aacdec_decodeframe() 817 ->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_initfuncs.c | 330 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->window_shape = 0; in ixheaacd_aac_decoder_init()
|
D | ixheaacd_channel.c | 352 ptr_ics_info->window_shape = 1; in ixheaacd_ics_read() 359 ptr_ics_info->window_shape = (WORD16)((value & 0x1)); in ixheaacd_ics_read()
|
D | ixheaacd_create.c | 257 usac_data->window_shape[i] = 0; in ixheaacd_decode_init()
|
D | ixheaacd_imdct.c | 319 WORD32 window_select = usac_data->window_shape[i_ch]; in ixheaacd_fd_imdct_short()
|
D | ixheaacd_lpc.c | 643 usac_data->window_shape[i_ch] = WIN_SEL_0; in ixheaacd_lpd_dec_update()
|
/external/tensorflow/tensorflow/python/ops/ |
D | nn_ops.py | 1333 window_shape, argument 1428 num_spatial_dims = len(window_shape) 1441 if np.any(strides > window_shape): 1460 adjusted_window_shape = [1] + list(window_shape) + [1] 1464 adjusted_window_shape = [1, 1] + list(window_shape) 1501 filter_shape=window_shape) 1508 window_shape, argument 1595 window_shape=window_shape,
|
/external/tensorflow/tensorflow/examples/speech_commands/ |
D | freeze.py | 112 window_shape=[1, model_settings['average_window_width']],
|
D | input_data.py | 447 window_shape=[1, model_settings['average_window_width']],
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_typed_visitor.h | 1113 const Shape& window_shape = 1125 auto func = [&window_shape, &dnums, &lhs_shape, &rhs_shape, &window, 1251 } while (IndexUtil::BumpIndices(window_shape, 1860 const Shape window_shape = ShapeUtil::MakeShape( 1896 window_shape, window, operand_literal.shape(), source_index, 1919 window_shape, window, operand_literal.shape(), source_index, 1982 const Shape window_shape = ShapeUtil::MakeShape( 1995 window_shape, window, input_literal_vec[0]->shape(), output_index, 2840 const Shape& window_shape, const Window& window, const Shape& base_shape, 2881 IndexUtil::BumpIndices(window_shape, absl::MakeSpan(window_index)));
|
D | shape_inference_test.cc | 326 Shape window_shape = ShapeUtil::MakeShape(F32, {2, 2}); in TEST_F() local
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.nn.pbtxt | 249 …argspec: "args=[\'input\', \'window_shape\', \'pooling_type\', \'strides\', \'padding\', \'data_fo…
|
/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/compiler/mlir/xla/transforms/ |
D | legalize_tf.cc | 2145 llvm::SmallVector<tensorflow::int64, num_dims> input_shape, window_shape, in GetReduceWindowPaddingAsArray() local 2148 window_shape.reserve(window_shape.size()); in GetReduceWindowPaddingAsArray() 2153 window_shape.push_back(attr.cast<IntegerAttr>().getInt()); in GetReduceWindowPaddingAsArray() 2157 PaddingArray paddings = ::xla::MakePadding(input_shape, window_shape, strides, in GetReduceWindowPaddingAsArray()
|