Searched defs:y_data (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/av/media/libeffects/loudness/dsp/core/ |
H A D | interpolator_base-inl.h | 56 const vector<T> &y_data) { in Initialize() 69 const vector<T> &y_data) { in Initialize() 79 const T *y_data, in Initialize() 99 const T *x_data, const T *y_data, int data_length) { in Initialize()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
H A D | if_no_value.mod.py | 21 y_data = [8, 7, 6, 5, 4, 3, 2, 1, 0, -1, -2, -3] variable
|
H A D | if_constant.mod.py | 21 y_data = [8, 7, 6, 5, 4, 3, 2, 1, 0, -1, -2, -3] variable
|
H A D | if_simple.mod.py | 31 def Test(x_data, y_data, z_data, name): argument
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3_cts_only/ |
H A D | if_simple_unknown_dimension.mod.py | 32 def Test(x_data, y_data, z_data, name): argument
|
H A D | if_simple_unknown_rank.mod.py | 32 def Test(x_data, y_data, z_data, name): argument
|
/aosp12/system/extras/partition_tools/ |
H A D | lpdump.cc | 346 auto y_data = ParseLinearExtentData(pt, *std::get<1>(y)); in PrintMetadata() local
|