Searched refs:PlaceholderShape (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/go/op/ |
D | op_test.go | 30 Placeholder(s.SubScope("x"), tf.Float, PlaceholderShape(tf.MakeShape(-1, 10))) 31 Placeholder(s.SubScope("y"), tf.Float, PlaceholderShape(tf.ScalarShape())) 32 Placeholder(s.SubScope("z"), tf.Float, PlaceholderShape(tf.Shape{})) 64 x := Placeholder(s.SubScope("x"), tf.Int32, PlaceholderShape(tf.MakeShape(1))) 65 y := Placeholder(s.SubScope("y"), tf.Int32, PlaceholderShape(tf.Shape{}))
|
D | wrappers.go | 1560 func PlaceholderShape(value tf.Shape) PlaceholderAttr { func
|