Home
last modified time | relevance | path

Searched defs:cycles (Results 1 – 25 of 111) sorted by relevance

12345

/external/tensorflow/tensorflow/python/saved_model/
Dload_test.py79 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/
Dhuman_readable_profile_builder.h49 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/
DLeftRecursionCyclesMessage.java39 public Collection<? extends Collection<? extends Rule>> cycles; field in LeftRecursionCyclesMessage
41 public LeftRecursionCyclesMessage(Collection<? extends Collection<? extends Rule>> cycles) { in LeftRecursionCyclesMessage()
/external/pytorch/aten/src/ATen/cuda/
DSleep.cu9 __global__ void spin_kernel(int64_t cycles) { in spin_kernel()
29 void sleep(int64_t cycles) { in sleep()
/external/igt-gpu-tools/tests/i915/
Dgem_sync.c109 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/
Dregistration_saving_test.py118 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/sdv/vsomeip/third_party/boost/regex/test/static_mutex/
Dstatic_mutex_test.cpp114 int cycles = 0; in thread1_proc() local
126 int cycles = 0; in thread2_proc() local
138 int cycles = 0; in thread3_proc() local
/external/trusty/lk/arch/arm/arm-m/
Dspin_cycles.c29 void spin_cycles(uint32_t cycles) in spin_cycles()
/external/ow2-asm/asm-analysis/src/test/resources/
DIssue316204.class ... [][]) Object[][] cycles StringBuffer cycleText int i int j String message org. ...
/external/perfetto/src/trace_processor/importers/perf/
Daux_stream_manager.h135 std::optional<uint64_t> ConvertTscToPerfTime(uint64_t cycles) { in ConvertTscToPerfTime()
157 uint64_t cycles) { in ConvertTscToPerfTime()
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Dcycles_test.c15 int cycles(void) in cycles() function
/external/jackson-annotations/release-notes/
DVERSION-2.x172 * [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs), variable
/external/linux-kselftest/tools/testing/selftests/kvm/include/aarch64/
Ddelay.h11 static inline void __delay(uint64_t cycles) in __delay()
/external/trusty/musl/src/time/
D__year_to_secs.c13 int cycles, centuries, leaps, rem; in __year_to_secs() local
/external/grpc-grpc/src/core/lib/gpr/
Dtime_precise.cc116 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/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dtime_precise.cc116 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/musl/src/time/
D__year_to_secs.c13 int cycles, centuries, leaps, rem, dummy; in __year_to_secs() local
/external/autotest/client/cros/
Dstorage.py292 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/trusty/lk/app/tests/
Dclock_tests.c109 uint cycles = arch_cycle_count(); in clock_tests() local
/external/autotest/client/site_tests/cellular_StressEnable/
Dcellular_StressEnable.py53 def run_once(self, test_env, cycles=3, min=15, max=25): argument
/external/webrtc/modules/audio_coding/neteq/tools/
Drtp_analyze.cc97 int cycles = -1; in main() local
/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util_test.cc51 GraphCycles cycles; in TEST() local
70 GraphCycles cycles; in TEST() local
92 GraphCycles cycles; in TEST() local
/external/sdv/vsomeip/third_party/boost/thread/example/
Dperf_shared_mutex.cpp23 const int cycles = 10000; variable
/external/rust/android-crates-io/crates/gdbstub/examples/armv4t/
Demu.rs199 let mut cycles = 0; in run() localVariable
216 let mut cycles = 0; in run() localVariable
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/stress/
DParallelTest.java59 int cycles = 200; in run() local

12345