/external/dynamic_depth/internal/dynamic_depth/ |
D | pose.cc | 59 std::unique_ptr<Pose> pose(new Pose()); in FromData() local 61 pose->position_ = position; in FromData() 65 pose->orientation_ = NormalizeQuaternion(orientation); in FromData() 69 pose->timestamp_ = timestamp; in FromData() 72 return pose; in FromData() 83 std::unique_ptr<Pose> pose(new Pose()); in FromDeserializer() local 84 if (!pose->ParsePoseFields(*deserializer)) { in FromDeserializer() 87 return pose; in FromDeserializer()
|
D | plane.cc | 41 std::unique_ptr<Plane> Plane::FromData(std::unique_ptr<Pose> pose, in FromData() argument 45 if (pose == nullptr) { in FromData() 56 plane->pose_ = std::move(pose); in FromData() 141 std::unique_ptr<Pose> pose = in ParsePlaneFields() local 143 if (pose == nullptr) { in ParsePlaneFields() 166 pose_ = std::move(pose); in ParsePlaneFields()
|
D | device.cc | 58 auto pose = Pose::FromDeserializer(deserializer, DynamicDepthConst::Device()); in ParseFields() local 70 params->pose = std::move(pose); in ParseFields() 142 const Pose* Device::GetPose() const { return params_->pose.get(); } in GetPose() 217 if (params_->pose) { in Serialize() 221 if (!params_->pose->Serialize(pose_serializer.get())) { in Serialize() 271 if (params_->pose) { in GetNamespaces() 272 params_->pose->GetNamespaces(ns_name_href_map); in GetNamespaces()
|
D | camera.cc | 64 std::unique_ptr<Pose> pose = in ParseFields() local 85 params->pose = std::move(pose); in ParseFields() 115 if (params_->pose) { in GetNamespaces() 116 params_->pose->GetNamespaces(ns_name_href_map); in GetNamespaces() 172 const Pose* Camera::GetPose() const { return params_->pose.get(); } in GetPose() 232 if (params_->pose != nullptr) { in Serialize() 235 if (!params_->pose->Serialize(pose_serializer.get())) { in Serialize()
|
/external/dynamic_depth/includes/dynamic_depth/ |
D | device.h | 37 std::unique_ptr<Pose> pose; member 46 pose(nullptr), in DeviceParams() 58 pose.get() == other.pose.get() &&
|
D | camera.h | 34 std::unique_ptr<Pose> pose; member 44 pose(nullptr), in CameraParams() 56 pose.get() == other.pose.get() &&
|
D | plane.h | 40 static std::unique_ptr<Plane> FromData(std::unique_ptr<Pose> pose,
|
/external/lua/src/ |
D | lutf8lib.c | 126 lua_Integer pose = u_posrelat(luaL_optinteger(L, 3, posi), len); in codepoint() local 131 luaL_argcheck(L, pose <= (lua_Integer)len, 3, "out of bounds"); in codepoint() 132 if (posi > pose) return 0; /* empty interval; return no values */ in codepoint() 133 if (pose - posi >= INT_MAX) /* (lua_Integer -> int) overflow? */ in codepoint() 135 n = (int)(pose - posi) + 1; /* upper bound for number of returns */ in codepoint() 138 se = s + pose; /* string end */ in codepoint()
|
D | lstrlib.c | 181 size_t pose = getendpos(L, 3, pi, l); in str_byte() local 183 if (posi > pose) return 0; /* empty interval; return no values */ in str_byte() 184 if (pose - posi >= (size_t)INT_MAX) /* arithmetic overflow? */ in str_byte() 186 n = (int)(pose - posi) + 1; in str_byte()
|
/external/tensorflow/tensorflow/lite/g3doc/models/pose_estimation/ |
D | overview.md | 3 <img src="../images/pose.png" class="attempt-right" /> 5 Pose estimation is the task of using an ML model to estimate the pose of a 26 If you want to try pose estimation on a web browser, check out the 36 elbow shows up in an image. It is important to be aware of the fact that pose 128 <img alt="Animation showing pose estimation" src="https://www.tensorflow.org/images/lite/models/pos… 134 pose positions in the same scale as the original image regardless of whether the 198 to learn more about pose estimation using TensorFlow Lite. 200 …[blog post](https://medium.com/tensorflow/real-time-human-pose-estimation-in-the-browser-with-tens… 201 to learn more about pose estimation using TensorFlow JS. 204 Also, check out these use cases of pose estimation.
|
/external/skqp/platform_tools/libraries/include/ |
D | arcore_c_api.h | 1152 const ArPose *pose, 1248 void ArPose_destroy(ArPose *pose); 1256 const ArPose *pose, 1266 const ArPose *pose, 1811 ArPose *pose, 1903 const ArPose *pose, 1910 const ArPose *pose,
|
/external/skia/platform_tools/libraries/include/ |
D | arcore_c_api.h | 1152 const ArPose *pose, 1248 void ArPose_destroy(ArPose *pose); 1256 const ArPose *pose, 1266 const ArPose *pose, 1811 ArPose *pose, 1903 const ArPose *pose, 1910 const ArPose *pose,
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-dynamic-static-initializers.rst | 9 This can pose problems in certain multithreaded contexts. For example,
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | hosted_models.md | 143 For more information about pose estimation, see 147 [pose estimation models](https://tfhub.dev/s?deployment-format=lite&module-type=image-pose-detectio…
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | fp_extend_impl.inc | 23 // are available on the target platform; this may pose a problem when trying
|
D | fp_trunc_impl.inc | 26 // are available on the target platform; this may pose a problem when trying
|
/external/compiler-rt/lib/builtins/ |
D | fp_extend_impl.inc | 24 // are available on the target platform; this may pose a problem when trying
|
D | fp_trunc_impl.inc | 27 // are available on the target platform; this may pose a problem when trying
|
/external/llvm/docs/ |
D | Lexicon.rst | 79 derived pointers pose an additional hazard that they may be invalidated at
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | nnapi.md | 159 * [PoseNet for pose estimation](https://github.com/tensorflow/tfjs-models/tree/master/posenet)
|
D | gpu.md | 335 * [PoseNet for pose estimation](https://github.com/tensorflow/tfjs-models/tree/master/posenet) [[…
|
/external/llvm-project/llvm/docs/ |
D | Lexicon.rst | 86 derived pointers pose an additional hazard that they may be invalidated at
|
/external/ltp/testcases/kernel/syscalls/epoll2/man/ |
D | epoll.txt | 26 pose that this scenario happens :
|
/external/libjpeg-turbo/ |
D | ChangeLog.md | 295 this issue did not likely pose a security risk. 468 did not pose a security threat, but removing the warning made it easier to 575 pose a security threat, but removing the warnings makes it easier to detect 785 affected only 32-bit code and did not pose a security threat, but removing the 799 same structure, it was not known to pose a security threat, but removing the 887 32-bit code, and none of them was known to pose a security threat, but removing 1006 Clang undefined behavior sanitizers. None of these was known to pose a
|
/external/arm-trusted-firmware/docs/process/ |
D | coding-style.rst | 43 missing extensions are rarely used, however, and should not pose a problem.
|