HomeSort by relevance Sort by last modified time
    Searched full:has_value (Results 76 - 100 of 161) sorted by null

1 2 34 5 6 7

  /external/tensorflow/tensorflow/compiler/tf2xla/
sharding_util.cc 65 if (explicit_sharding.has_value()) {
  /external/tensorflow/tensorflow/compiler/xla/python/
numpy_bridge.cc 330 if (op_type.has_value()) {
334 if (op_name.has_value()) {
339 if (source_file.has_value()) {
344 if (source_line.has_value()) {
  /external/tensorflow/tensorflow/python/grappler/
model_analyzer.cc 92 if (prop.has_value()) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_entry_lite.h 174 size += has_value() ? kTagSize + ValueTypeHandler::ByteSize(value()) : 0;
194 size += has_value()
229 if (from.has_value()) {
279 bool has_value() const { return (_has_bits_[0] & 0x00000002u) != 0; } function in class:google::protobuf::internal::MapEntryLite
  /system/chre/util/include/chre/util/
optional_impl.h 40 bool Optional<ObjectType>::has_value() const { function in class:chre::Optional
  /tools/test/connectivity/acts/framework/acts/libs/config/
base.py 84 def has_value(self, key): member in class:ConfigWrapper
  /external/pdfium/core/fxcrt/
bytestring.h 160 return Find(lpszSub, start).has_value();
164 return Find(ch, start).has_value();
widestring.h 176 return Find(lpszSub, start).has_value();
180 return Find(ch, start).has_value();
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/trees/
decision_tree.cc 57 node_id = !sparse_feature[dimension_id].has_value() ||
72 node_id = sparse_feature[dimension_id].has_value() &&
  /external/tensorflow/tensorflow/core/lib/gtl/
optional_test.cc 131 static_assert(!cempty.has_value(), "");
141 static_assert(!cempty.has_value(), "");
628 EXPECT_FALSE(opt.has_value());
631 EXPECT_TRUE(opt.has_value());
634 EXPECT_FALSE(opt.has_value());
638 EXPECT_FALSE(opt.has_value());
641 static_assert(!empty.has_value(), "");
643 static_assert(nonempty.has_value(), "");
    [all...]
  /system/core/init/
result.h 173 bool has_value() const { return contents_.index() == 0; } function in class:android::init::Result
192 explicit operator bool() const { return has_value(); }
  /external/tensorflow/tensorflow/core/kernels/
map_stage_op.cc 159 return (lhs + rhs.has_value()) ? rhs.value().TotalBytes() : 0;
187 if (!(*map_tuple)[index].has_value()) {
211 if (tuple[index].has_value()) {
309 [](const OptionalTensor& v) { return v.has_value(); });
414 std::mem_fn(&OptionalTensor::has_value))) {
448 std::mem_fn(&OptionalTensor::has_value))) {
  /external/pdfium/core/fxge/
cfx_fontmapper.cpp 167 if (pos.has_value() && pos.value() != 0)
441 if (pos.has_value()) {
470 if (pos.has_value()) {
577 if (pos.has_value() && pos.value() != 0)
580 if (pos.has_value() && pos.value() != 0)
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 791 // TODO(yuanbyu): A better way to do "has_value"?
797 has_value(other.has_value),
815 has_value = other.has_value;
831 has_value = other.has_value;
846 has_value = false;
857 bool has_value = false; member in struct:tensorflow::__anon39475::ExecutorState::Entry
    [all...]
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator_unittest.cpp 190 ASSERT_TRUE(firstResourceAt.has_value());
193 ASSERT_TRUE(secondResourceAt.has_value());
262 ASSERT_TRUE(firstResourceAt.has_value());
  /system/chre/host/hal_generic/
generic_context_hub.cc 231 if (mPendingLoadTransaction.has_value()) {
445 if (!mParent.mPendingLoadTransaction.has_value()) {
486 return mPendingLoadTransaction.has_value()
  /external/pdfium/fpdfsdk/
fpdfppo.cpp 91 if (!nStringTo.has_value())
95 if (!nMid.has_value()) {
  /external/pdfium/xfa/fxfa/parser/
cxfa_document.cpp 311 if (!nDotPos.has_value())
377 if (!uSharpPos.has_value()) {
xfa_utils.cpp 239 iEnd = !iEnd.has_value() ? rawValue->GetLength() : iEnd;
240 while (iEnd.has_value() && iEnd >= iStart) {
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 845 if (!pos.has_value()) {
847 if (!pos.has_value())
864 tmp = (!pos.has_value()) ? srcURL : srcURL.Left(pos.value());
886 srcURL = !pos.has_value()
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_combolist.cpp 37 if (pos.has_value() && pos.value() == 0)
  /libnativehelper/platform_include/nativehelper/detail/
signature_checker.h 321 constexpr bool has_value() const { function in struct:nativehelper::detail::ConstexprOptional
326 X_ASSERT(has_value());
350 return lhs.has_value() == rhs.has_value();
    [all...]
  /external/libcxx/include/
any 56 bool has_value() const noexcept;
283 bool has_value() const _NOEXCEPT { return __h != nullptr; }
  /external/v8/src/
flags.cc 139 return maybe_bool_variable()->has_value == false;
220 os << (flag.maybe_bool_variable()->has_value
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
any 52 bool has_value() const noexcept;
281 bool has_value() const _NOEXCEPT { return __h != nullptr; }

Completed in 918 milliseconds

1 2 34 5 6 7