/external/tensorflow/tensorflow/lite/nnapi/ |
D | NeuralNetworksShim.h | 503 ANeuralNetworksExecution** execution) { in ANeuralNetworksExecution_create() 522 inline void ANeuralNetworksExecution_free(ANeuralNetworksExecution* execution) { in ANeuralNetworksExecution_free() 553 ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setInput() 587 ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setInputFromMemory() 620 ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setOutput() 654 ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setOutputFromMemory() 686 ANeuralNetworksExecution* execution, ANeuralNetworksEvent** event) { in ANeuralNetworksExecution_startCompute() 939 ANeuralNetworksExecution* execution) { in ANeuralNetworksExecution_compute() 970 ANeuralNetworksExecution* execution, int32_t index, uint32_t* rank) { in ANeuralNetworksExecution_getOutputOperandRank() 1004 ANeuralNetworksExecution* execution, int32_t index, uint32_t* dimensions) { in ANeuralNetworksExecution_getOutputOperandDimensions() [all …]
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_events_monitors.py | 56 def on_execution(self, execution_index, execution): argument 262 def on_execution(self, argument
|
D | debug_events_writer.py | 110 def WriteExecution(self, execution): argument
|
D | debug_events_monitors_test.py | 49 def on_execution(self, execution_index, execution): argument
|
D | debug_events_reader.py | 1277 def read_execution_stack_trace(self, execution): argument 1312 def execution_to_tensor_values(self, execution): argument
|
/external/python/cpython3/Doc/reference/ |
D | executionmodel.rst | 185 .. _dynamic-features:
|
/external/llvm-project/clang/tools/scan-build-py/libscanbuild/ |
D | intercept.py | 145 def intercept_compiler_wrapper_impl(_, execution): argument
|
D | analyze.py | 303 def analyze_compiler_wrapper_impl(result, execution): argument
|
/external/tensorflow/tensorflow/core/util/ |
D | debug_events_writer_test.cc | 594 Execution* execution = new Execution(); in TEST_F() local 619 Execution* execution = new Execution(); in TEST_F() local 645 Execution* execution = new Execution(); in TEST_F() local 851 Execution* execution = new Execution(); in TEST_F() local
|
D | debug_events_writer.cc | 227 Status DebugEventsWriter::WriteExecution(Execution* execution) { in WriteExecution()
|
/external/angle/src/common/spirv/ |
D | spirv_instruction_builder_autogen.cpp | 2392 void WriteControlBarrier(Blob *blob, IdScope execution, IdScope memory, IdMemorySemantics semantics) in WriteControlBarrier() 2787 IdScope execution, in WriteGroupAll() 2801 IdScope execution, in WriteGroupAny() 2815 IdScope execution, in WriteGroupBroadcast() 2831 IdScope execution, in WriteGroupIAdd() 2847 IdScope execution, in WriteGroupFAdd() 2863 IdScope execution, in WriteGroupFMin() 2879 IdScope execution, in WriteGroupUMin() 2895 IdScope execution, in WriteGroupSMin() 2911 IdScope execution, in WriteGroupFMax() [all …]
|
D | spirv_instruction_parser_autogen.cpp | 2883 IdScope *execution, in ParseControlBarrier() 3322 IdScope *execution, in ParseGroupAll() 3338 IdScope *execution, in ParseGroupAny() 3354 IdScope *execution, in ParseGroupBroadcast() 3372 IdScope *execution, in ParseGroupIAdd() 3390 IdScope *execution, in ParseGroupFAdd() 3408 IdScope *execution, in ParseGroupFMin() 3426 IdScope *execution, in ParseGroupUMin() 3444 IdScope *execution, in ParseGroupSMin() 3462 IdScope *execution, in ParseGroupFMax() [all …]
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | debug_event.proto | 95 Execution execution = 9; field
|
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDispatchTests.cpp | 400 bool execution; in init() member
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_atomics_test.cpp | 34 const std::string& execution) { in GenerateShaderCodeImpl() 99 const std::string execution = R"( in GenerateShaderCode() local 124 const std::string execution = R"( in GenerateShaderComputeCode() local
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_atomics_test.cpp | 34 const std::string& execution) { in GenerateShaderCodeImpl() 99 const std::string execution = R"( in GenerateShaderCode() local 124 const std::string execution = R"( in GenerateShaderComputeCode() local
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla.proto | 515 ExecutionHandle execution = 1; field
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/ |
D | val_atomics_test.cpp | 34 const std::string& execution) { in GenerateShaderCodeImpl() 100 const std::string execution = R"( in GenerateShaderCode() local 126 const std::string execution = R"( in GenerateShaderComputeCode() local
|
/external/llvm-project/openmp/tools/archer/ |
D | ompt-tsan.cpp | 441 int execution; member
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 1752 void Builder::createControlBarrier(Scope execution, Scope memory, MemorySemanticsMask semantics) in createControlBarrier()
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | SpvBuilder.cpp | 1752 void Builder::createControlBarrier(Scope execution, Scope memory, MemorySemanticsMask semantics) in createControlBarrier()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 3830 ANeuralNetworksExecution* execution = nullptr; in Invoke() local
|