Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/go/genop/internal/
H A Dgenop_test.go693 type SampleDistortedBoundingBoxAttr func(optionalAttr)
699 func SampleDistortedBoundingBoxSeed(value int64) SampleDistortedBoundingBoxAttr {
709 func SampleDistortedBoundingBoxSeed2(value int64) SampleDistortedBoundingBoxAttr {
719 func SampleDistortedBoundingBoxMinObjectCovered(value float32) SampleDistortedBoundingBoxAttr {
729 func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistortedBoundingBoxAttr {
739 func SampleDistortedBoundingBoxAreaRange(value []float32) SampleDistortedBoundingBoxAttr {
749 func SampleDistortedBoundingBoxMaxAttempts(value int64) SampleDistortedBoundingBoxAttr {
759 func SampleDistortedBoundingBoxUseImageIfNoBoundingBoxes(value bool) SampleDistortedBoundingBoxAttr
777 … image_size tf.Output, bounding_boxes tf.Output, optional ...SampleDistortedBoundingBoxAttr) (begi…
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go41132 type SampleDistortedBoundingBoxAttr func(optionalAttr) type
41140 func SampleDistortedBoundingBoxSeed(value int64) SampleDistortedBoundingBoxAttr {
41150 func SampleDistortedBoundingBoxSeed2(value int64) SampleDistortedBoundingBoxAttr {
41163 func SampleDistortedBoundingBoxMinObjectCovered(value float32) SampleDistortedBoundingBoxAttr {
41174 func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistortedBoundingBoxAttr {
41185 func SampleDistortedBoundingBoxAreaRange(value []float32) SampleDistortedBoundingBoxAttr {
41197 func SampleDistortedBoundingBoxMaxAttempts(value int64) SampleDistortedBoundingBoxAttr {
41209 func SampleDistortedBoundingBoxUseImageIfNoBoundingBoxes(value bool) SampleDistortedBoundingBoxAttr
41278 … image_size tf.Output, bounding_boxes tf.Output, optional ...SampleDistortedBoundingBoxAttr) (begi… argument