Searched defs:LinSpace (Results 1 – 4 of 4) sorted by relevance
17 TEST(GainController2TestingCommon, LinSpace) { in TEST() argument
20 std::vector<double> LinSpace(double l, double r, int num_points) { in LinSpace() function
3125 TEST_F(OpTest, LinSpace) { in TEST_F() argument
21759 func LinSpace(scope *Scope, start tf.Output, stop tf.Output, num tf.Output) (output tf.Output) { func