Searched refs:bboxes (Results 1 – 20 of 20) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | draw_bounding_box_op_test.py | 84 bboxes = np.asarray([0, 0, 1, 1]) 85 bboxes = np.vstack([bboxes for _ in range(num_boxes)]) 86 bboxes = math_ops.cast(bboxes, dtypes.float32) 87 bboxes = array_ops.expand_dims(bboxes, 0) 91 image = image_ops.draw_bounding_boxes(image, bboxes, colors=colors)
|
/external/python/cpython3/Tools/pynche/ |
D | ListViewer.py | 75 bboxes = self.__bboxes = [] 90 bboxes.append(boxid) 96 for box in bboxes:
|
/external/python/cpython2/Tools/pynche/ |
D | ListViewer.py | 75 bboxes = self.__bboxes = [] 90 bboxes.append(boxid) 96 for box in bboxes:
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | SampleDistortedBoundingBoxV2.pbtxt | 24 name: "bboxes"
|
D | StatelessSampleDistortedBoundingBox.pbtxt | 28 name: "bboxes"
|
D | SampleDistortedBoundingBox.pbtxt | 20 name: "bboxes"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | SampleDistortedBoundingBox.pbtxt | 20 name: "bboxes"
|
D | SampleDistortedBoundingBoxV2.pbtxt | 24 name: "bboxes"
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | sample_distorted_bounding_box_op.cc | 401 Tensor* bboxes = nullptr; in DoCompute() local 403 context, context->allocate_output(2, TensorShape({1, 1, 4}), &bboxes)); in DoCompute() 407 TTypes<float, 3>::Tensor bboxes_data = bboxes->tensor<float, 3>(); in DoCompute()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SampleDistortedBoundingBoxV2.pbtxt | 40 name: "bboxes" 101 `bboxes`. The first 2 tensors can be fed directly into `tf.slice` to crop the
|
D | api_def_SampleDistortedBoundingBox.pbtxt | 31 name: "bboxes" 101 `bboxes`. The first 2 tensors can be fed directly into `tf.slice` to crop the
|
D | api_def_StatelessSampleDistortedBoundingBox.pbtxt | 47 name: "bboxes" 95 `bboxes`. The first 2 tensors can be fed directly into `tf.slice` to crop the
|
/external/freetype/src/type1/ |
D | t1load.c | 135 FT_NEW_ARRAY( blend->bboxes [1], num_designs ) || in t1_allocate_blend() 143 blend->bboxes [0] = &face->type1.font_bbox; in t1_allocate_blend() 149 blend->bboxes [nn] = blend->bboxes [nn - 1] + 1; in t1_allocate_blend() 755 FT_FREE( blend->bboxes[1] ); in T1_Done_Blend() 761 blend->bboxes [n] = NULL; in T1_Done_Blend() 1264 objects = (void**)blend->bboxes; in t1_load_keyword()
|
/external/freetype/include/freetype/ |
D | t1tables.h | 312 FT_BBox* bboxes [T1_MAX_MM_DESIGNS + 1]; member
|
/external/tensorflow/tensorflow/go/genop/internal/ |
D | genop_test.go | 773 …, optional ...SampleDistortedBoundingBoxAttr) (begin tf.Output, size tf.Output, bboxes tf.Output) {
|
/external/freetype/ |
D | ChangeLog.21 | 7642 * include/freetype/t1tables.h (PS_BlendRec): Add `bboxes' field. 7650 * src/type1/t1load.c (t1_allocate_blend): Create blend->bboxes. 7651 (T1_Done_Blend): Free blend->bboxes.
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 12472 …l ...StatelessSampleDistortedBoundingBoxAttr) (begin tf.Output, size tf.Output, bboxes tf.Output) { 12628 …, optional ...SampleDistortedBoundingBoxAttr) (begin tf.Output, size tf.Output, bboxes tf.Output) { 19988 …optional ...SampleDistortedBoundingBoxV2Attr) (begin tf.Output, size tf.Output, bboxes tf.Output) {
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 43534 name: "bboxes" 43630 name: "bboxes" 52482 name: "bboxes"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 28296 name: "bboxes"
|
D | ops_history.v2.pbtxt | 63878 name: "bboxes" 63974 name: "bboxes"
|