Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dtile_ops_impl.h28 struct TileGrad { struct
43 struct TileGrad<Device, T, 0> { argument
Dtile_ops.cc57 struct TileGrad { struct
66 struct TileGrad<Device, T, 0> { struct
/external/tensorflow/tensorflow/go/op/
Dwrappers.go1332 func TileGrad(scope *Scope, input tf.Output, multiples tf.Output) (output tf.Output) { func