/external/tensorflow/tensorflow/core/util/ |
D | device_name_utils.cc | 133 p->has_type = !absl::ConsumePrefix(&fullname, "*"); in ParseFullName() 134 if (p->has_type && !ConsumeDeviceType(&fullname, &p->type)) { in ParseFullName() 151 p->has_type = true; in ParseFullName() 161 p->has_type = true; in ParseFullName() 193 if (!parsed_name->has_type) { in CompleteName() 195 parsed_name->has_type = true; in CompleteName() 216 parsed_basename.has_task && parsed_basename.has_type && in CanonicalizeDeviceName() 244 if (pn.has_type) { in ParsedNameToString() 271 if (less_specific.has_type && in IsSpecification() 272 (!more_specific.has_type || (less_specific.type != more_specific.type))) { in IsSpecification() [all …]
|
D | device_name_utils.h | 57 has_type = false; in Clear() 72 (has_type ? (other.has_type && type == other.type) 73 : !other.has_type) && 83 bool has_type = false; member 110 return name.has_job || name.has_replica || name.has_task || name.has_type || in HasSomeDetails()
|
D | device_name_utils_test.cc | 95 EXPECT_TRUE(p.has_type); in TEST() 111 EXPECT_TRUE(p.has_type); in TEST() 127 EXPECT_TRUE(p.has_type); in TEST() 141 EXPECT_TRUE(p.has_type); in TEST() 153 EXPECT_TRUE(p.has_type); in TEST() 165 EXPECT_TRUE(p.has_type); in TEST() 177 EXPECT_TRUE(p.has_type); in TEST() 189 EXPECT_FALSE(p.has_type); in TEST() 199 EXPECT_TRUE(p.has_type); in TEST() 211 EXPECT_TRUE(p.has_type); in TEST()
|
/external/webrtc/webrtc/call/ |
D | rtc_event_log2rtp_dump.cc | 121 if (!FLAGS_nortp && event.has_type() && event.type() == event.RTP_EVENT) { in main() 126 event.rtp_packet().has_type()) { in main() 162 if (!FLAGS_nortcp && event.has_type() && event.type() == event.RTCP_EVENT) { in main() 164 event.rtcp_packet().has_type() && in main()
|
D | rtc_event_log_unittest.cc | 78 if (!event.has_type()) in IsValidBasicEvent() 236 ASSERT_TRUE(rtp_packet.has_type()); in VerifyRtpEvent() 257 ASSERT_TRUE(rtcp_packet.has_type()); in VerifyRtcpEvent()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | rtc_event_log_source.cc | 36 if (!event.has_type() || event.type() != rtclog::Event::RTP_EVENT) in GetRtpPacket() 41 if (!rtp_packet.has_type() || rtp_packet.type() != rtclog::AUDIO || in GetRtpPacket() 52 if (!event.has_type() || event.type() != rtclog::Event::AUDIO_PLAYOUT_EVENT) in GetAudioPlayoutEvent()
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldDescriptorProto.php | 42 private $has_type = false; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto 248 $this->has_type = true; 255 return $this->has_type;
|
/external/v8/src/wasm/ |
D | wasm-subtyping.cc | 313 DCHECK(sub_module->has_type(sub_index)); in IsSubtypeOfImpl() 325 DCHECK(super_module->has_type(super_index)); in IsSubtypeOfImpl() 364 DCHECK(type1.has_index() && module1->has_type(type1.ref_index()) && in EquivalentTypes() 365 type2.has_index() && module2->has_type(type2.ref_index())); in EquivalentTypes()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | tpu_rewrite_device_util.cc | 63 spec.has_type = true; in GetTPUSystemDevices() 103 device_spec.has_type = true; in GetTPUDevices()
|
/external/grpc-grpc/third_party/nanopb/tests/basic_buffer/ |
D | decode_buffer.c | 38 if (phone->has_type) in print_person()
|
/external/nanopb-c/tests/basic_buffer/ |
D | decode_buffer.c | 38 if (phone->has_type) in print_person()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | colocation_graph.cc | 484 if (parsed_name.has_type && IsXlaDevice(parsed_name.type)) { in MaybeExcludeXlaDevices() 532 if (!assigned_device_name_.has_type) { in GetSoftDeviceName() 534 soft_device_name.has_type = false; in GetSoftDeviceName() 544 if (!assigned_device_name_.has_type && !resource_device_name_.has_type) { in GetPreferredSoftDeviceName() 546 soft_device_name.has_type = false; in GetPreferredSoftDeviceName() 1114 } else if (specified_device_name.has_type) { in GetDevicesForNode()
|
D | renamed_device.cc | 35 CHECK(underlying_parsed_name.has_type); in NewRenamedDevice()
|
/external/grpc-grpc/third_party/nanopb/tests/basic_stream/ |
D | decode_stream.c | 34 if (phone->has_type) in print_person()
|
/external/nanopb-c/tests/basic_stream/ |
D | decode_stream.c | 34 if (phone->has_type) in print_person()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 248 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue() argument 252 typePresent(has_type), in InstructionValue()
|
/external/angle/third_party/spirv-headers/src/tools/buildHeaders/ |
D | jsonToSpirv.h | 253 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue() argument 257 typePresent(has_type), in InstructionValue()
|
/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 241 InstructionValue(EnumValue&& e, bool has_type, bool has_result) in InstructionValue() argument 245 typePresent(has_type), in InstructionValue()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 253 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue() argument 257 typePresent(has_type), in InstructionValue()
|
/external/selinux/checkpolicy/ |
D | policy_define.h | 37 int define_genfs_context(int has_type);
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | sharding_util.cc | 66 } else if (!parsed_device.has_type || !parsed_device.has_id || in ParseShardingFromDevice()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | grappler_item.cc | 156 !name.has_type || !name.has_id) { in AddDevice()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | implementation_selector.cc | 241 !parsed_name.has_type) { in MaybeOptimizeFunctionCall()
|
/external/perfetto/src/trace_processor/util/ |
D | descriptors.cc | 37 f_decoder.has_type() in CreateFieldFromDecoder()
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | context.cc | 210 soft_device_name.has_type = false; in SelectDevice() 903 (!pn.has_type || !pf.has_type || pn.type == pf.type) && in FilterDevicesForRemoteWorkers()
|