Searched refs:executions (Results 1 – 25 of 62) sorted by relevance
123
/external/llvm-project/mlir/test/Analysis/ |
D | test-number-of-block-executions.mlir | 2 // RUN: -test-print-number-of-block-executions \ 6 // CHECK-LABEL: Number of executions: empty 9 // CHECK-NEXT: Number of executions: 1 15 // CHECK-LABEL: Number of executions: sequential 18 // CHECK-NEXT: Number of executions: 1 22 // CHECK-NEXT: Number of executions: 1 26 // CHECK-NEXT: Number of executions: 1 32 // CHECK-LABEL: Number of executions: conditional 35 // CHECK-NEXT: Number of executions: 1 39 // CHECK-NEXT: Number of executions: 1 [all …]
|
D | test-number-of-operation-executions.mlir | 2 // RUN: -test-print-number-of-operation-executions \ 6 // CHECK-LABEL: Number of executions: empty 9 // CHECK-NEXT: Number of executions: 1 15 // CHECK-LABEL: Number of executions: propagate_parent_num_executions 18 // CHECK-NEXT: Number of executions: 1 21 // CHECK-NEXT: Number of executions: 1 24 // CHECK-NEXT: Number of executions: 1 28 // CHECK-NEXT: Number of executions: 1 31 // CHECK-NEXT: Number of executions: 2 34 // CHECK-NEXT: Number of executions: 2 [all …]
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | dumping_callback_test.py | 149 self.assertFalse(reader.executions()) 155 executions = reader.executions() 159 for execution in executions: 491 executions = reader.executions() 492 self.assertLen(executions, 1) 493 self.assertIn("sin1p_log_sum", executions[0].op_type) 495 graph = reader.graph_by_id(executions[0].graph_id) 501 self.assertLen(executions[0].output_tensor_device_ids, 1) 503 reader.device_name_by_id(executions[0].output_tensor_device_ids[0]), 838 executions = reader.executions() [all …]
|
D | debug_events_writer_test.py | 230 self.assertFalse(reader.executions()) 234 executions = reader.executions() 235 for i, execution in enumerate(executions): 253 executions = reader.executions() 254 self.assertLen(executions, num_execution_events) 255 for i, execution in enumerate(executions): 348 executions = reader.executions() 349 executed_op_types = [execution.op_type for execution in executions] 412 exec_digests = reader.executions(digest=True) 438 executions = [None] * 100 [all …]
|
D | debug_events_monitors_test.py | 45 self.executions = dict() 50 if execution_index in self.executions: 52 self.executions[execution_index] = execution 84 self.assertLen(test_monitor.executions, 1) 86 execution = test_monitor.executions[0] 135 self.assertLen(test_monitor.executions, 1) 137 execution = test_monitor.executions[0]
|
/external/antlr/antlr3-maven-plugin/src/site/apt/ |
D | usage.apt.vm | 41 <executions> 48 </executions> 57 Note that you can create multiple executions, and thus build some grammars with
|
/external/antlr/antlr3-maven-plugin/src/site/apt/examples/ |
D | simple.apt | 12 <executions> 18 </executions>
|
D | libraries.apt | 32 <executions> 41 </executions>
|
/external/auto/common/ |
D | README.md | 53 <executions> 73 </executions>
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ReaderNumRecordsProduced.pbtxt | 12 This is the same as the number of ReaderRead executions that have
|
D | api_def_ReaderNumRecordsProducedV2.pbtxt | 14 This is the same as the number of ReaderRead executions that have
|
D | api_def_Barrier.pbtxt | 44 summary: "Defines a barrier that persists across different graph executions."
|
D | api_def_MutexLock.pbtxt | 50 Often the use case is that two executions of the same graph, in parallel,
|
/external/kotlinx.atomicfu/ |
D | README.md | 202 <executions> 215 </executions> 222 <executions> 231 </executions> 320 <executions> 334 </executions>
|
/external/tensorflow/tensorflow/compiler/xrt/ |
D | xrt.proto | 133 // Optional key to disambiguate between executions. This is only 135 // concurrently with executions. 157 // Optional key to disambiguate between executions. This is only needed if 158 // multiple host send/recvs may be outstanding concurrently with executions.
|
/external/tensorflow/tensorflow/core/framework/ |
D | resource_handle.proto | 15 // not valid across executions, but can be serialized back and forth from within
|
D | remote_fused_graph_execute_info.proto | 16 // not valid across executions, but can be serialized back and forth from within
|
D | graph_transfer_info.proto | 54 // not valid across executions, but can be serialized back and forth from within
|
/external/avb/ |
D | aftltool | 1973 executions = sorted(execution_times) 1979 median = (executions[execution_count // 2 - 1] 1980 + executions[execution_count // 2]) / 2 1982 median = executions[execution_count // 2] 1991 o.write(' Total: {}\n'.format(len(executions))) 1999 o.write(' Min: {:.2f} sec\n'.format(min(executions))) 2000 o.write(' Max: {:.2f} sec\n'.format(max(executions)))
|
D | aftltool.py | 1973 executions = sorted(execution_times) 1979 median = (executions[execution_count // 2 - 1] 1980 + executions[execution_count // 2]) / 2 1982 median = executions[execution_count // 2] 1991 o.write(' Total: {}\n'.format(len(executions))) 1999 o.write(' Min: {:.2f} sec\n'.format(min(executions))) 2000 o.write(' Max: {:.2f} sec\n'.format(max(executions)))
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | op_metrics.proto | 43 // Number of executions.
|
/external/python/cpython2/Doc/library/ |
D | timeit.rst | 66 *timer* function and run its :meth:`.timeit` method with *number* executions. 75 count and *number* executions. 115 Time *number* executions of the main statement. This executes the setup
|
/external/grpc-grpc-java/ |
D | README.md | 109 <executions> 116 </executions>
|
/external/python/cpython3/Doc/library/ |
D | timeit.rst | 68 *timer* function and run its :meth:`.timeit` method with *number* executions. 80 count and *number* executions. The optional *globals* argument specifies a 125 Time *number* executions of the main statement. This executes the setup
|
/external/dokka/ |
D | README.md | 204 <executions> 211 </executions> 230 <executions> 237 </executions>
|
123