Home
last modified time | relevance | path

Searched refs:PlaceholderShape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/go/op/
Dop_test.go30 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{}))
Dwrappers.go1560 func PlaceholderShape(value tf.Shape) PlaceholderAttr { func