Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/agc2/
Dagc2_testing_common.cc19 std::vector<double> LinSpace(const double l, in LinSpace() function
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2131 TEST_F(OpTest, LinSpace) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go49888 func LinSpace(scope *Scope, start tf.Output, stop tf.Output, num tf.Output) (output tf.Output) { func