Home
last modified time | relevance | path

Searched defs:execution (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/lite/nnapi/
DNeuralNetworksShim.h503 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/
Ddebug_events_monitors.py56 def on_execution(self, execution_index, execution): argument
262 def on_execution(self, argument
Ddebug_events_writer.py110 def WriteExecution(self, execution): argument
Ddebug_events_monitors_test.py49 def on_execution(self, execution_index, execution): argument
Ddebug_events_reader.py1277 def read_execution_stack_trace(self, execution): argument
1312 def execution_to_tensor_values(self, execution): argument
/external/python/cpython3/Doc/reference/
Dexecutionmodel.rst185 .. _dynamic-features:
/external/llvm-project/clang/tools/scan-build-py/libscanbuild/
Dintercept.py145 def intercept_compiler_wrapper_impl(_, execution): argument
Danalyze.py303 def analyze_compiler_wrapper_impl(result, execution): argument
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer_test.cc594 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
Ddebug_events_writer.cc227 Status DebugEventsWriter::WriteExecution(Execution* execution) { in WriteExecution()
/external/angle/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp2392 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 …]
Dspirv_instruction_parser_autogen.cpp2883 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/
Ddebug_event.proto95 Execution execution = 9; field
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDispatchTests.cpp400 bool execution; in init() member
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_atomics_test.cpp34 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/
Dval_atomics_test.cpp34 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/
Dxla.proto515 ExecutionHandle execution = 1; field
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_atomics_test.cpp34 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/
Dompt-tsan.cpp441 int execution; member
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp1752 void Builder::createControlBarrier(Scope execution, Scope memory, MemorySemanticsMask semantics) in createControlBarrier()
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.cpp1752 void Builder::createControlBarrier(Scope execution, Scope memory, MemorySemanticsMask semantics) in createControlBarrier()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc3830 ANeuralNetworksExecution* execution = nullptr; in Invoke() local