Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/genop/internal/
Dgenop_test.go689 type SampleDistortedBoundingBoxAttr func(optionalAttr)
695 func SampleDistortedBoundingBoxSeed(value int64) SampleDistortedBoundingBoxAttr {
705 func SampleDistortedBoundingBoxSeed2(value int64) SampleDistortedBoundingBoxAttr {
715 func SampleDistortedBoundingBoxMinObjectCovered(value float32) SampleDistortedBoundingBoxAttr {
725 func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistortedBoundingBoxAttr {
735 func SampleDistortedBoundingBoxAreaRange(value []float32) SampleDistortedBoundingBoxAttr {
745 func SampleDistortedBoundingBoxMaxAttempts(value int64) SampleDistortedBoundingBoxAttr {
755 func SampleDistortedBoundingBoxUseImageIfNoBoundingBoxes(value bool) SampleDistortedBoundingBoxAttr
773 … image_size tf.Output, bounding_boxes tf.Output, optional ...SampleDistortedBoundingBoxAttr) (begi…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go12492 type SampleDistortedBoundingBoxAttr func(optionalAttr) type
12500 func SampleDistortedBoundingBoxSeed(value int64) SampleDistortedBoundingBoxAttr {
12510 func SampleDistortedBoundingBoxSeed2(value int64) SampleDistortedBoundingBoxAttr {
12523 func SampleDistortedBoundingBoxMinObjectCovered(value float32) SampleDistortedBoundingBoxAttr {
12534 func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistortedBoundingBoxAttr {
12545 func SampleDistortedBoundingBoxAreaRange(value []float32) SampleDistortedBoundingBoxAttr {
12557 func SampleDistortedBoundingBoxMaxAttempts(value int64) SampleDistortedBoundingBoxAttr {
12569 func SampleDistortedBoundingBoxUseImageIfNoBoundingBoxes(value bool) SampleDistortedBoundingBoxAttr
12628 … image_size tf.Output, bounding_boxes tf.Output, optional ...SampleDistortedBoundingBoxAttr) (begi… argument