Home
last modified time | relevance | path

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

12

/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.py52 def on_execution(self, execution_index, execution): argument
258 def on_execution(self, argument
Ddebug_events_writer.py106 def WriteExecution(self, execution): argument
Ddebug_events_monitors_test.py45 def on_execution(self, execution_index, execution): argument
Ddebug_events_reader.py1270 def read_execution_stack_trace(self, execution): argument
1305 def execution_to_tensor_values(self, execution): argument
/external/python/cpython3/Doc/reference/
Dexecutionmodel.rst195 .. _dynamic-features:
/external/armnn/src/profiling/test/
DTimelineModel.cpp345 for (auto execution : entity.GetExecutions()) in GetModelDescription() local
389 std::string GetExecutionDescription(Entity* execution) in GetExecutionDescription()
DTimelineModel.hpp109 void AddExecution(Entity* execution) in AddExecution()
/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.cpp2393 void WriteControlBarrier(Blob *blob, IdScope execution, IdScope memory, IdMemorySemantics semantics) in WriteControlBarrier()
2788 IdScope execution, in WriteGroupAll()
2802 IdScope execution, in WriteGroupAny()
2816 IdScope execution, in WriteGroupBroadcast()
2832 IdScope execution, in WriteGroupIAdd()
2848 IdScope execution, in WriteGroupFAdd()
2864 IdScope execution, in WriteGroupFMin()
2880 IdScope execution, in WriteGroupUMin()
2896 IdScope execution, in WriteGroupSMin()
2912 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/lite/experimental/acceleration/mini_benchmark/
Dnnapi_sl_fake_impl.cc174 uint64_t* duration) -> int { in GetNnApiSlDriverImpl()
/external/tensorflow/tensorflow/core/protobuf/
Ddebug_event.proto95 Execution execution = 9; field
/external/tensorflow/tensorflow/lite/java/src/test/native/
Dnnapi_delegate_test_jni.cc159 uint64_t* duration) -> int { in Java_org_tensorflow_lite_nnapi_NnApiDelegateTest_getMockSlHandle()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDispatchTests.cpp410 bool execution; in init() member
/external/swiftshader/third_party/SPIRV-Tools/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/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/deqp-deps/SPIRV-Tools/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/tensorflow/tensorflow/compiler/xla/
Dxla.proto649 ExecutionHandle execution = 1; field
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc2252 auto& execution = it->second.second; in Get() local
2257 UniqueExecution execution) { in Put()
4780 ANeuralNetworksExecution* execution = nullptr; in Invoke() local
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dremotebuildexecution.v1alpha.json1098 "execution": { object
2026 "execution": { object
Dremotebuildexecution.v1.json984 "execution": { object
1912 "execution": { object
Dremotebuildexecution.v2.json1534 "execution": { object
2462 "execution": { object
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp2539 void Builder::createControlBarrier(Scope execution, Scope memory, MemorySemanticsMask semantics) in createControlBarrier()

12