Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dmirror_pad_op_benchmark_test.cc24 static Graph* MirrorPad(int batches, int height, int width, int depth, int pad, in MirrorPad() function
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc1494 class MirrorPad class
/external/tensorflow/tensorflow/go/op/
Dwrappers.go15191 func MirrorPad(scope *Scope, input tf.Output, paddings tf.Output, mode string) (output tf.Output) { func