Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/python/saved_model/
Dload_test.py60 def cycle(self, obj, cycles=1, signatures=None): argument
71 def test_structure_import(self, cycles): argument
81 def test_variables(self, cycles): argument
91 def test_capture_variables(self, cycles): argument
102 def test_control_outputs(self, cycles): argument
128 def test_assets(self, cycles): argument
150 def test_capture_assets(self, cycles): argument
163 def test_capture_assets_in_graph(self, cycles): argument
186 def test_dedup_assets(self, cycles): argument
195 def test_implicit_input_signature(self, cycles): argument
[all …]
/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/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.h49 absl::string_view category, int64 cycles, int64 flop_count, in AddOp()
65 int64 cycles; member
72 double CyclesToSeconds(int64 cycles) const { in CyclesToSeconds()
75 double CyclesToMicroseconds(int64 cycles) const { in CyclesToMicroseconds()
/external/u-boot/cmd/
Dtime.c9 static void report_time(ulong cycles) in report_time()
29 ulong cycles = 0; in do_time() local
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Dcycles_test.c15 int cycles(void) in cycles() function
/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util_test.cc47 GraphCycles cycles; in TEST() local
66 GraphCycles cycles; in TEST() local
88 GraphCycles cycles; in TEST() local
Dxla_cluster_util.cc45 string DescribeCycle(const GraphCycles* cycles, const Graph& graph, int src, in DescribeCycle()
115 GraphCycles* cycles) { in CreateCycleDetectionGraph()
232 GraphCycles* cycles) { in AdjustCycleDetectionGraphForResourceOps()
Dxla_fusion_optimizer.cc211 GraphCycles cycles; in Optimize() local
/external/autotest/server/tests/netperf2/
Dnetperf2.py7 def run_once(self, pair, test, time, stream_list, cycles): argument
/external/swiftshader/src/Device/
DQuadRasterizer.hpp44 Long cycles[PERF_TIMERS]; member in sw::QuadRasterizer
/external/swiftshader/src/Renderer/
DQuadRasterizer.hpp44 Long cycles[PERF_TIMERS]; member in sw::QuadRasterizer
/external/mesa3d/src/mesa/math/
Dm_debug_xform.c169 int mtype, unsigned long *cycles ) in test_transform_function()
314 unsigned long *cycles = &(benchmark_tab[psize-1][mtype]); in _math_test_all_transform_functions() local
Dm_debug_norm.c197 static int test_norm_function( normal_func func, int mtype, long *cycles ) in test_norm_function()
360 long *cycles = &benchmark_tab[mtype]; in _math_test_all_normal_transform_functions() local
Dm_debug_clip.c230 int psize, long *cycles ) in test_cliptest_function()
384 long *cycles = &(benchmark_tab[np][psize-1]); in _math_test_all_cliptest_functions() local
/external/autotest/client/site_tests/cellular_StressEnable/
Dcellular_StressEnable.py46 def run_once(self, test_env, cycles=3, min=15, max=25): argument
/external/autotest/client/cros/
Dstorage.py291 def wait_for_devices(self, storage_filter, time_to_sleep=1, cycles=10, argument
342 def wait_for_device(self, storage_filter, time_to_sleep=1, cycles=10, argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/stress/
DParallelTest.java60 int cycles = 200; in run() local
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Drtp_analyze.cc106 int cycles = -1; in main() local
/external/autotest/client/profilers/cpistat/
Dcpistat77 cycles = sum['PERF_COUNT_HW_CPU_CYCLES'] variable
/external/u-boot/arch/xtensa/lib/
Dtime.c24 static void delay_cycles(unsigned cycles) in delay_cycles()
/external/autotest/client/site_tests/platform_CompressedSwapPerf/
Dplatform_CompressedSwapPerf.py266 def run_single_test(self, compression_factor, num_procs, cycles, argument
399 def run_once(self, compression_factor=3, num_procs=50, cycles=20, argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_conv.c66 double cycles, in write_tsv_row()
164 int64_t cycles[LP_TEST_NUM_SAMPLES]; in test_one() local
/external/nos/host/android/citadel/validation/
Dcitadel_validation_tool.cpp139 bool CyclesSinceBoot(NuggetClientInterface & client, uint32_t* cycles) { in CyclesSinceBoot()
282 uint32_t cycles; in CmdReset() local
/external/nos/test/system-test-harness/tools/
Dnugget_tools.cc86 bool CyclesSinceBoot(nos::NuggetClientInterface *client, uint32_t *cycles) { in CyclesSinceBoot()
/external/mesa3d/src/broadcom/compiler/
Dvir_to_qpu.c325 uint32_t cycles = v3d_qpu_schedule_instructions(c); in v3d_vir_to_qpu() local

123