Home
last modified time | relevance | path

Searched defs:y_data (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/media/libeffects/loudness/dsp/core/
H A Dinterpolator_base-inl.h56 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 Dif_no_value.mod.py21 y_data = [8, 7, 6, 5, 4, 3, 2, 1, 0, -1, -2, -3] variable
H A Dif_constant.mod.py21 y_data = [8, 7, 6, 5, 4, 3, 2, 1, 0, -1, -2, -3] variable
H A Dif_simple.mod.py31 def Test(x_data, y_data, z_data, name): argument
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3_cts_only/
H A Dif_simple_unknown_dimension.mod.py32 def Test(x_data, y_data, z_data, name): argument
H A Dif_simple_unknown_rank.mod.py32 def Test(x_data, y_data, z_data, name): argument
/aosp12/system/extras/partition_tools/
H A Dlpdump.cc346 auto y_data = ParseLinearExtentData(pt, *std::get<1>(y)); in PrintMetadata() local