Home
last modified time | relevance | path

Searched refs:w_shape (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dself_adjoint_eig.cc119 TF_ASSIGN_OR_RETURN(Shape w_shape, builder->GetShape(jacobi_update.w)); in Update()
120 const std::vector<int64> batch_dims(w_shape.dimensions().begin(), in Update()
121 w_shape.dimensions().end() - 2); in Update()
122 const int64 num_dims = w_shape.rank(); in Update()
176 CreateScalarAddComputation(w_shape.element_type(), builder), in Update()
183 CreateScalarAddComputation(w_shape.element_type(), builder), in Update()
/external/libxaac/decoder/
Dixheaacd_ext_ch_ele.c419 WORD32 window, const WORD32 w_shape, in ixheaacd_estimate_dmx_im() argument
429 ixheaacd_mdst_fcoeff_longshort_curr[prev_w_shape][w_shape]; in ixheaacd_estimate_dmx_im()
433 mdst_fcoeff_curr = ixheaacd_mdst_fcoeff_start_curr[prev_w_shape][w_shape]; in ixheaacd_estimate_dmx_im()
437 mdst_fcoeff_curr = ixheaacd_mdst_fcoeff_stop_cur[prev_w_shape][w_shape]; in ixheaacd_estimate_dmx_im()
443 ixheaacd_mdst_fcoeff_stopstart_cur[prev_w_shape][w_shape]; in ixheaacd_estimate_dmx_im()
449 ixheaacd_mdst_fcoeff_stopstart_cur[prev_w_shape][w_shape]; in ixheaacd_estimate_dmx_im()
/external/tensorflow/tensorflow/contrib/gan/python/features/python/
Dspectral_normalization_test.py107 def _testLayerHelper(self, build_layer_fn, w_shape, b_shape, is_keras=False): argument
110 w_initial = np.random.randn(*w_shape) * 10