Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Ddraw_bounding_box_op_test.py81 bboxes = np.asarray([0, 0, 1, 1])
82 bboxes = np.vstack([bboxes for _ in range(num_boxes)])
83 bboxes = math_ops.cast(bboxes, dtypes.float32)
84 bboxes = array_ops.expand_dims(bboxes, 0)
88 image = image_ops.draw_bounding_boxes(image, bboxes)
/external/python/cpython2/Tools/pynche/
DListViewer.py75 bboxes = self.__bboxes = []
90 bboxes.append(boxid)
96 for box in bboxes:
/external/python/cpython3/Tools/pynche/
DListViewer.py75 bboxes = self.__bboxes = []
90 bboxes.append(boxid)
96 for box in bboxes:
/external/tensorflow/tensorflow/core/kernels/
Dsample_distorted_bounding_box_op.cc386 Tensor* bboxes = nullptr; in Compute() local
388 context, context->allocate_output(2, TensorShape({1, 1, 4}), &bboxes)); in Compute()
392 TTypes<float, 3>::Tensor bboxes_data = bboxes->tensor<float, 3>(); in Compute()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SampleDistortedBoundingBoxV2.pbtxt40 name: "bboxes"
101 `bboxes`. The first 2 tensors can be fed directly into `tf.slice` to crop the
Dapi_def_SampleDistortedBoundingBox.pbtxt31 name: "bboxes"
101 `bboxes`. The first 2 tensors can be fed directly into `tf.slice` to crop the
/external/freetype/src/type1/
Dt1load.c135 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()
655 FT_FREE( blend->bboxes[1] ); in T1_Done_Blend()
661 blend->bboxes [n] = NULL; in T1_Done_Blend()
1158 objects = (void**)blend->bboxes; in t1_load_keyword()
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
Dtfexample_decoder_test.py781 bboxes = tf_bboxes.eval()
783 self.assertAllClose(np_bboxes, bboxes)
830 bboxes = tf_bboxes.eval()
832 self.assertAllClose(np_bboxes, bboxes)
/external/freetype/include/freetype/
Dt1tables.h315 FT_BBox* bboxes [T1_MAX_MM_DESIGNS + 1]; member
/external/freetype/
DChangeLog.217642 * 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/
Dwrappers.go18076 …, optional ...SampleDistortedBoundingBoxAttr) (begin tf.Output, size tf.Output, bboxes tf.Output) {
37313 …optional ...SampleDistortedBoundingBoxV2Attr) (begin tf.Output, size tf.Output, bboxes tf.Output) {
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt32434 name: "bboxes"
32530 name: "bboxes"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt28296 name: "bboxes"
Dops_history.v2.pbtxt64541 name: "bboxes"
64637 name: "bboxes"
Dops_history.v1.pbtxt65168 name: "bboxes"
65264 name: "bboxes"