| /external/tensorflow/tensorflow/python/saved_model/ |
| D | load_test.py | 79 def cycle(obj, cycles, signatures=None, options=None): argument 103 def test_structure_import(self, cycles): argument 114 def test_variables(self, cycles): argument 133 def test_variables_name(self, cycles): argument 149 def test_partially_defined_variable_shape(self, cycles): argument 169 def test_capture_variables(self, cycles): argument 184 def test_capture_constant(self, cycles): argument 193 def test_control_outputs(self, cycles): argument 220 def test_assets(self, cycles): argument 242 def test_cond_prune(self, cycles): argument [all …]
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | human_readable_profile_builder.h | 49 absl::string_view category, int64_t cycles, int64_t flop_count, in AddOp() 66 int64_t cycles; member 73 double CyclesToSeconds(int64_t cycles) const { in CyclesToSeconds() 76 double CyclesToMicroseconds(int64_t cycles) const { in CyclesToMicroseconds()
|
| /external/antlr/tool/src/main/java/org/antlr/tool/ |
| D | LeftRecursionCyclesMessage.java | 39 public Collection<? extends Collection<? extends Rule>> cycles; field in LeftRecursionCyclesMessage 41 public LeftRecursionCyclesMessage(Collection<? extends Collection<? extends Rule>> cycles) { in LeftRecursionCyclesMessage()
|
| /external/igt-gpu-tools/tests/i915/ |
| D | gem_sync.c | 109 unsigned long cycles; in sync_ring() local 148 unsigned long cycles; in idle_ring() local 211 unsigned long cycles; in wakeup_ring() local 320 unsigned long cycles; in active_ring() local 390 unsigned long cycles; in active_wakeup_ring() local 527 unsigned long cycles; in store_ring() local 645 unsigned long cycles; in switch_ring() local 806 __store_many(int fd, unsigned ring, int timeout, unsigned long *cycles) in __store_many() 993 unsigned long cycles; in sync_all() local 1050 unsigned long cycles; in store_all() local [all …]
|
| /external/tensorflow/tensorflow/python/saved_model/registration/ |
| D | registration_saving_test.py | 118 def cycle(obj, cycles, signatures=None, options=None): argument 139 def test_registered_serializable(self, cycles): argument 169 def test_none_proto(self, cycles): argument 192 def test_deserialization_dependencies(self, cycles): argument 214 def test_registered_saver(self, cycles): argument
|
| /external/ow2-asm/asm-analysis/src/test/resources/ |
| D | Issue316204.class | ... [][])
Object[][] cycles
StringBuffer cycleText
int i
int j
String message
org. ... |
| /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/ |
| D | cycles_test.c | 15 int cycles(void) in cycles() function
|
| /external/skia/src/utils/ |
| D | SkBlitterTraceCommon.h | 69 void addTrace(const char* name, uint64_t cycles, uint64_t scanLines, uint64_t pixels) { in addTrace() 85 uint64_t cycles, in printIncrements()
|
| /external/jackson-annotations/release-notes/ |
| D | VERSION-2.x | 172 * [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs), variable
|
| /external/linux-kselftest/tools/testing/selftests/kvm/include/aarch64/ |
| D | delay.h | 11 static inline void __delay(uint64_t cycles) in __delay()
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
| D | exec_ctx.cc | 115 grpc_millis grpc_cycle_counter_to_millis_round_down(gpr_cycle_counter cycles) { in grpc_cycle_counter_to_millis_round_down() 120 grpc_millis grpc_cycle_counter_to_millis_round_up(gpr_cycle_counter cycles) { in grpc_cycle_counter_to_millis_round_up()
|
| /external/rust/crates/gdbstub/examples/armv4t/ |
| D | emu.rs | 139 let mut cycles = 0; in run() localVariable 156 let mut cycles = 0; in run() localVariable
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
| D | time_precise.cc | 116 gpr_timespec gpr_cycle_counter_to_time(gpr_cycle_counter cycles) { in gpr_cycle_counter_to_time() 149 gpr_timespec gpr_cycle_counter_to_time(gpr_cycle_counter cycles) { in gpr_cycle_counter_to_time()
|
| /external/mesa3d/src/mesa/math/ |
| D | m_debug_xform.c | 168 int mtype, unsigned long *cycles ) in test_transform_function() 313 unsigned long *cycles = &(benchmark_tab[psize-1][mtype]); in _math_test_all_transform_functions() local
|
| D | m_debug_norm.c | 196 static int test_norm_function( normal_func func, int mtype, long *cycles ) in test_norm_function() 359 long *cycles = &benchmark_tab[mtype]; in _math_test_all_normal_transform_functions() local
|
| D | m_debug_clip.c | 230 int psize, long *cycles ) in test_cliptest_function() 384 long *cycles = &(benchmark_tab[np][psize-1]); in _math_test_all_cliptest_functions() local
|
| /external/musl/src/time/ |
| D | __year_to_secs.c | 13 int cycles, centuries, leaps, rem; in __year_to_secs() local
|
| /external/autotest/client/cros/ |
| D | storage.py | 292 def wait_for_devices(self, storage_filter, time_to_sleep=1, cycles=10, argument 343 def wait_for_device(self, storage_filter, time_to_sleep=1, cycles=10, argument
|
| /external/tensorflow/tensorflow/compiler/jit/ |
| D | xla_cluster_util_test.cc | 51 GraphCycles cycles; in TEST() local 70 GraphCycles cycles; in TEST() local 92 GraphCycles cycles; in TEST() local
|
| /external/webrtc/modules/audio_coding/neteq/tools/ |
| D | rtp_analyze.cc | 97 int cycles = -1; in main() local
|
| /external/autotest/client/site_tests/cellular_StressEnable/ |
| D | cellular_StressEnable.py | 53 def run_once(self, test_env, cycles=3, min=15, max=25): argument
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/stress/ |
| D | ParallelTest.java | 60 int cycles = 200; in run() local
|
| /external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
| D | NativeInterpolatorFactoryNatives.java | 21 public static native long createCycleInterpolator(float cycles); in createCycleInterpolator()
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_test_conv.c | 66 double cycles, in write_tsv_row() 164 int64_t cycles[LP_TEST_NUM_SAMPLES]; in test_one() local
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowNativeNativeInterpolatorFactory.java | 50 protected static long createCycleInterpolator(float cycles) { in createCycleInterpolator()
|