/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model_builder_test.cc | 1489 ->IsSupported(context.get(), context->node(), context->registration()) in TEST() 1497 ->IsSupported(context.get(), context->node(), context->registration()) in TEST() 1509 ->IsSupported(context.get(), context->node(), context->registration()) in TEST() 1517 ->IsSupported(context.get(), context->node(), context->registration()) in TEST() 1529 ->IsSupported(context.get(), context->node(), context->registration()) in TEST() 1540 ->IsSupported(context.get(), context->node(), context->registration()) in TEST() 1547 ->IsSupported(context.get(), context->node(), context->registration()) in TEST() 1554 ->IsSupported(context.get(), context->node(), context->registration()) in TEST() 1560 ->IsSupported(context.get(), context->node(), context->registration()) in TEST() 1566 ->IsSupported(context.get(), context->node(), context->registration()) in TEST() [all …]
|
/external/cronet/base/timer/ |
D | elapsed_timer_unittest.cc | 43 if (ThreadTicks::IsSupported()) in SetUp() 48 TEST_F(ElapsedThreadTimerTest, IsSupported) { in TEST_F() argument 50 if (!ThreadTicks::IsSupported()) { in TEST_F() 59 if (!ThreadTicks::IsSupported()) in TEST_F() 75 if (!ThreadTicks::IsSupported()) in TEST_F() 87 if (!ThreadTicks::IsSupported()) in TEST_F()
|
/external/libchrome/base/task/sequence_manager/ |
D | sequence_manager_perftest.cc | 65 if (ThreadTicks::IsSupported()) in SetUp() 211 if (!ThreadTicks::IsSupported()) in TEST_F() 222 if (!ThreadTicks::IsSupported()) in TEST_F() 233 if (!ThreadTicks::IsSupported()) in TEST_F() 244 if (!ThreadTicks::IsSupported()) in TEST_F() 255 if (!ThreadTicks::IsSupported()) in TEST_F() 267 if (!ThreadTicks::IsSupported()) in TEST_F() 279 if (!ThreadTicks::IsSupported()) in TEST_F() 291 if (!ThreadTicks::IsSupported()) in TEST_F()
|
D | sequence_manager.cc | 15 : records_cpu_time_for_each_task(base::ThreadTicks::IsSupported() && in MetricRecordingSettings() 21 if (!base::ThreadTicks::IsSupported()) in MetricRecordingSettings()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | converter.cc | 100 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported() function in tflite::gpu::gl::__anon1e444b000111::FromTensorConverter 188 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported() function in tflite::gpu::gl::__anon1e444b000111::ToTensorConverter 280 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported() function in tflite::gpu::gl::__anon1e444b000111::TrivialCopier 312 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported() function in tflite::gpu::gl::__anon1e444b000111::CpuCopier 352 bool IsSupported(const TensorObjectDef& input, in IsSupported() function in tflite::gpu::gl::__anon1e444b000111::TensorConverterBuilderImpl 357 (TrivialCopier::IsSupported(input_def, output_def) || in IsSupported() 358 CpuCopier::IsSupported(input_def, output_def) || in IsSupported() 359 FromTensorConverter::IsSupported(input_def, output_def) || in IsSupported() 360 ToTensorConverter::IsSupported(input_def, output_def)); in IsSupported() 369 if (TrivialCopier::IsSupported(input_def, output_def)) { in MakeConverter() [all …]
|
D | concat.cc | 39 static bool IsSupported(const GenerationContext& ctx) { in IsSupported() function in tflite::gpu::gl::__anonda3352600111::AlignedConcatByChannels 66 if (!IsSupported(ctx)) { in GenerateCode() 97 static bool IsSupported(const GenerationContext& ctx) { in IsSupported() function in tflite::gpu::gl::__anonda3352600111::ConcatByAnyChannel 119 if (!IsSupported(ctx)) { in GenerateCode() 310 static bool IsSupported(const GenerationContext& ctx) { in IsSupported() function in tflite::gpu::gl::__anonda3352600111::FlatConcatByHeight 369 static bool IsSupported(const GenerationContext& ctx) { in IsSupported() function in tflite::gpu::gl::__anonda3352600111::FlatConcatByWidth 430 if (FlatConcatByHeight::IsSupported(ctx)) { in GenerateCode() 433 if (FlatConcatByWidth::IsSupported(ctx)) { in GenerateCode()
|
/external/tensorflow/tensorflow/lite/ |
D | allocation_test.cc | 31 if (!MMAPAllocation::IsSupported()) { in TEST() 41 if (!MMAPAllocation::IsSupported()) { in TEST() 57 if (!MMAPAllocation::IsSupported()) { in TEST() 67 if (!MMAPAllocation::IsSupported()) { in TEST() 101 if (!MMAPAllocation::IsSupported()) { in TEST() 120 if (!MMAPAllocation::IsSupported()) { in TEST()
|
/external/cronet/base/android/ |
D | radio_utils.cc | 33 bool RadioUtils::IsSupported() { in IsSupported() function in base::android::RadioUtils 43 if (!IsSupported()) in GetConnectionType() 55 if (!IsSupported()) in GetCellSignalLevel() 68 if (!IsSupported()) in GetCellDataActivity()
|
D | thread_instruction_count.cc | 70 bool ThreadInstructionCount::IsSupported() { in IsSupported() function in base::android::ThreadInstructionCount 76 DCHECK(IsSupported()); in Now()
|
/external/webrtc/system_wrappers/source/ |
D | denormal_disabler_unittest.cc | 73 if (!DenormalDisabler::IsSupported()) { in TEST() 89 if (!DenormalDisabler::IsSupported()) { in TEST() 103 if (!DenormalDisabler::IsSupported()) { in TEST() 119 if (!DenormalDisabler::IsSupported()) { in TEST() 134 if (DenormalDisabler::IsSupported()) { in TEST()
|
D | denormal_disabler.cc | 86 bool DenormalDisabler::IsSupported() { in IsSupported() function in webrtc::DenormalDisabler 100 bool DenormalDisabler::IsSupported() { in IsSupported() function in webrtc::DenormalDisabler
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | api.cc | 66 static bool IsSupported(const TensorTieDef& def) { in IsSupported() function in tflite::gpu::cl::__anonf6ed2bdb0111::NoopTensorTie 98 static bool IsSupported( in IsSupported() function in tflite::gpu::cl::__anonf6ed2bdb0111::DefaultTensorTie 104 GlClBufferCopier::IsSupported(def.external_def.object_def, in IsSupported() 112 converter_builder.IsSupported(def.internal_def, def.external_def) && in IsSupported() 113 converter_builder.IsSupported(def.external_def, def.internal_def); in IsSupported() 157 GlClBufferCopier::IsSupported(def().external_def.object_def, in Init() 166 GlClBufferCopier::IsSupported(def().internal_def.object_def, in Init() 233 static bool IsSupported( in IsSupported() function in tflite::gpu::cl::__anonf6ed2bdb0111::TwoStepTensorTie 237 return DefaultTensorTie::IsSupported(defs.first, converter_builder) && in IsSupported() 238 DefaultTensorTie::IsSupported(defs.second, converter_builder); in IsSupported() [all …]
|
D | environment.cc | 147 if (IsSupported(precision)) { in GetSupportedPrecisions() 154 bool Environment::IsSupported(CalculationsPrecision precision) const { in IsSupported() function in tflite::gpu::cl::Environment 164 if (IsSupported(storage_type)) { in GetSupportedStorages() 177 if (IsSupported(storage_type)) { in GetSupportedStoragesWithHWZeroClampSupport() 184 bool Environment::IsSupported(TensorStorageType storage_type) const { in IsSupported() function in tflite::gpu::cl::Environment
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | converter.cc | 121 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported() function in tflite::gpu::cl::__anonfd6dcffc0111::TensorToTensorConverter 217 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported() function in tflite::gpu::cl::__anonfd6dcffc0111::TensorToBHWCBufferConverter 309 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported() function in tflite::gpu::cl::__anonfd6dcffc0111::BHWCBufferToTensorConverter 441 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported() function in tflite::gpu::cl::__anonfd6dcffc0111::TrivialCopier 504 static bool IsSupported(const ObjectDef& input, const ObjectDef& output) { in IsSupported() function in tflite::gpu::cl::__anonfd6dcffc0111::CpuCopier 623 bool IsSupported(const TensorObjectDef& input, in IsSupported() function in tflite::gpu::cl::__anonfd6dcffc0111::OpenClTensorConverterBuilder 628 (TrivialCopier::IsSupported(input_def, output_def) || in IsSupported() 629 TensorToTensorConverter::IsSupported(input_def, output_def) || in IsSupported() 630 CpuCopier::IsSupported(input_def, output_def) || in IsSupported() 631 TensorToBHWCBufferConverter::IsSupported(input_def, output_def) || in IsSupported() [all …]
|
/external/cronet/base/allocator/partition_allocator/starscan/ |
D | write_protector.cc | 115 if (IsSupported()) in ProtectPages() 120 if (IsSupported()) in UnprotectPages() 125 return IsSupported() ? PCScan::ClearType::kEager : PCScan::ClearType::kLazy; in SupportedClearType() 128 bool UserFaultFDWriteProtector::IsSupported() const { in IsSupported() function in partition_alloc::internal::UserFaultFDWriteProtector
|
D | write_protector.h | 63 bool IsSupported() const; 69 return IsSupported(); in IsEnabled()
|
/external/webrtc/modules/video_coding/codecs/h264/ |
D | h264.cc | 126 RTC_DCHECK(H264Encoder::IsSupported()); in Create() 137 bool H264Encoder::IsSupported() { in IsSupported() function in webrtc::H264Encoder 151 RTC_DCHECK(H264Decoder::IsSupported()); in Create() 162 bool H264Decoder::IsSupported() { in IsSupported() function in webrtc::H264Decoder
|
/external/chromium-trace/catapult/devil/devil/android/perf/ |
D | thermal_throttle.py | 16 def IsSupported(device): member in OmapThrottlingDetector 44 def IsSupported(device): member in ExynosThrottlingDetector 81 if OmapThrottlingDetector.IsSupported(device): 83 elif ExynosThrottlingDetector.IsSupported(device):
|
/external/tensorflow/tensorflow/lite/profiling/ |
D | memory_info_test.cc | 62 TEST(MemoryUsage, IsSupported) { in TEST() argument 64 EXPECT_TRUE(MemoryUsage::IsSupported()); in TEST() 66 EXPECT_FALSE(MemoryUsage::IsSupported()); in TEST()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | api2.cc | 88 static bool IsSupported( in IsSupported() function in tflite::gpu::gl::__anone4be3c310111::DefaultTensorTie 91 return converter_builder.IsSupported(def.internal_def, def.external_def) && in IsSupported() 92 converter_builder.IsSupported(def.external_def, def.internal_def); in IsSupported() 289 static bool IsSupported( in IsSupported() function in tflite::gpu::gl::__anone4be3c310111::TwoStepTensorTie 293 return DefaultTensorTie::IsSupported(defs.first, converter_builder) && in IsSupported() 294 DefaultTensorTie::IsSupported(defs.second, converter_builder); in IsSupported() 372 bool IsSupported(const TensorTieDef& def) const { in IsSupported() function in tflite::gpu::gl::__anone4be3c310111::TensorTieFactory 374 (DefaultTensorTie::IsSupported(def, *converter_builder_) || in IsSupported() 375 TwoStepTensorTie::IsSupported(def, *converter_builder_)); in IsSupported() 381 if (DefaultTensorTie::IsSupported(def, *converter)) { in NewTensorTie() [all …]
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | perf_tracing_agent_unittest.py | 16 if not perf_tracing_agent.PerfProfilerAgent.IsSupported(): 26 if not perf_tracing_agent.PerfProfilerAgent.IsSupported():
|
/external/webrtc/modules/video_coding/codecs/h264/include/ |
D | h264.h | 56 static bool IsSupported(); 65 static bool IsSupported();
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_iccprofile.h | 28 bool IsValid() const { return IsSRGB() || IsSupported(); } in IsValid() 30 bool IsSupported() const { return !!m_Transform; } in IsSupported() function
|
/external/libchrome/base/message_loop/ |
D | message_pump_perftest.cc | 35 if (base::ThreadTicks::IsSupported()) in SetUp() 44 if (ThreadTicks::IsSupported()) in Schedule() 63 if (ThreadTicks::IsSupported()) in Schedule() 159 if (ThreadTicks::IsSupported()) { in ScheduleWork()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | graph_optimizer_stage.h | 132 virtual bool IsSupported(const NodeDef* node) const = 0; 152 return IsSupported(node) in EnsureNodeIsSupported() 259 if (stage->IsSupported(node)) { in PassThroughAllStages() 281 if (!stage->IsSupported(node)) { in PassThroughAllStagesWithStatus()
|