Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/
H A Dagc2_testing_common_unittest.cc17 TEST(GainController2TestingCommon, LinSpace) { in TEST() argument
H A Dagc2_testing_common.cc20 std::vector<double> LinSpace(double l, double r, int num_points) { in LinSpace() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc3125 TEST_F(OpTest, LinSpace) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go21759 func LinSpace(scope *Scope, start tf.Output, stop tf.Output, num tf.Output) (output tf.Output) { func