Home
last modified time | relevance | path

Searched defs:dct_type (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/signal/
Ddct_ops_test.py148 def _compare(self, signals, n, norm, dct_type, atol, rtol): argument
184 def test_random(self, dct_type, norm, shape, dtype): argument
/external/tensorflow/tensorflow/python/ops/signal/
Ddct_ops.py28 def _validate_dct_arguments(input_tensor, dct_type, n, axis, norm): argument
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h211 unsigned int dct_type:1; member
/external/crosvm/media/libva/src/bindings/
Dva.rs898 pub fn dct_type(&self) -> u32 { in dct_type() method
924 let dct_type: u32 = unsafe { ::std::mem::transmute(dct_type) }; localVariable