Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dsample_distorted_bounding_box_op.cc208 class SampleDistortedBoundingBoxBaseOp : public OpKernel { class
210 explicit SampleDistortedBoundingBoxBaseOp(OpKernelConstruction* context) in SampleDistortedBoundingBoxBaseOp() function in tensorflow::SampleDistortedBoundingBoxBaseOp
439 : public SampleDistortedBoundingBoxBaseOp<T> {
442 : SampleDistortedBoundingBoxBaseOp<T>(context) { in StatefulSampleDistortedBoundingBoxOp()
458 : public SampleDistortedBoundingBoxBaseOp<T> {
461 : SampleDistortedBoundingBoxBaseOp<T>(context) {} in StatelessSampleDistortedBoundingBoxOp()