Home | History | Annotate | Download | only in op

Lines Matching defs:Placeholder

923 // A placeholder op that passes through `input` when its output is not fed.
929 // Returns A placeholder tensor that defaults to `input` if it is not fed.
9934 // Returns A 4D Tensor for the gradient with respect to x.A 1D Tensor for the gradient with respect to scale.A 1D Tensor for the gradient with respect to offset.Unused placeholder to match the mean input in FusedBatchNorm.Unused placeholder to match the variance input
12072 // Only useful as a placeholder for control edges.
18137 // Does nothing. Only useful as a placeholder for control edges.
20539 // PlaceholderAttr is an optional argument to Placeholder.
20553 // A placeholder op for a value that will be fed into the computation.
20562 // Returns A placeholder tensor that must be replaced using the feed mechanism.
20563 func Placeholder(scope *Scope, dtype tf.DataType, optional ...PlaceholderAttr) (output tf.Output) {
20572 Type: "Placeholder",
22777 // Returns A 4D Tensor for the gradient with respect to x.A 1D Tensor for the gradient with respect to scale.A 1D Tensor for the gradient with respect to offset.Unused placeholder to match the mean input in FusedBatchNorm.Unused placeholder to match the variance input
27028 // A placeholder op for a value that will be fed into the computation.
27030 // DEPRECATED at GraphDef version 23: Placeholder now behaves the same as PlaceholderV2.
27041 // Returns A placeholder tensor that must be replaced using the feed mechanism.