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.go694 type SampleDistortedBoundingBoxAttr func(optionalAttr)
700 func SampleDistortedBoundingBoxSeed(value int64) SampleDistortedBoundingBoxAttr {
710 func SampleDistortedBoundingBoxSeed2(value int64) SampleDistortedBoundingBoxAttr {
720 func SampleDistortedBoundingBoxMinObjectCovered(value float32) SampleDistortedBoundingBoxAttr {
730 func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistortedBoundingBoxAttr {
740 func SampleDistortedBoundingBoxAreaRange(value []float32) SampleDistortedBoundingBoxAttr {
750 func SampleDistortedBoundingBoxMaxAttempts(value int64) SampleDistortedBoundingBoxAttr {
760 func SampleDistortedBoundingBoxUseImageIfNoBoundingBoxes(value bool) SampleDistortedBoundingBoxAttr
778 … image_size tf.Output, bounding_boxes tf.Output, optional ...SampleDistortedBoundingBoxAttr) (begi…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go38308 type SampleDistortedBoundingBoxAttr func(optionalAttr) type
38316 func SampleDistortedBoundingBoxSeed(value int64) SampleDistortedBoundingBoxAttr {
38326 func SampleDistortedBoundingBoxSeed2(value int64) SampleDistortedBoundingBoxAttr {
38339 func SampleDistortedBoundingBoxMinObjectCovered(value float32) SampleDistortedBoundingBoxAttr {
38350 func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistortedBoundingBoxAttr {
38361 func SampleDistortedBoundingBoxAreaRange(value []float32) SampleDistortedBoundingBoxAttr {
38373 func SampleDistortedBoundingBoxMaxAttempts(value int64) SampleDistortedBoundingBoxAttr {
38385 func SampleDistortedBoundingBoxUseImageIfNoBoundingBoxes(value bool) SampleDistortedBoundingBoxAttr
38444 … image_size tf.Output, bounding_boxes tf.Output, optional ...SampleDistortedBoundingBoxAttr) (begi… argument