Home
last modified time | relevance | path

Searched defs:execution (Results 1 – 17 of 17) 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/v8/src/heap/
Dmemory-measurement.cc177 v8::MeasureMemoryExecution execution, in EnqueueRequest()
245 bool MemoryMeasurement::IsGCTaskPending(v8::MeasureMemoryExecution execution) { in IsGCTaskPending()
253 void MemoryMeasurement::SetGCTaskPending(v8::MeasureMemoryExecution execution) { in SetGCTaskPending()
263 void MemoryMeasurement::SetGCTaskDone(v8::MeasureMemoryExecution execution) { in SetGCTaskDone()
273 void MemoryMeasurement::ScheduleGCTask(v8::MeasureMemoryExecution execution) { in ScheduleGCTask()
Dheap.cc3802 v8::MeasureMemoryExecution execution) { in MeasureMemory()
/external/python/cpython3/Doc/reference/
Dexecutionmodel.rst183 .. _dynamic-features:
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_monitors.py56 def on_execution(self, execution_index, execution): argument
235 def on_execution(self, argument
Ddebug_events_writer.py106 def WriteExecution(self, execution): argument
Ddebug_events_monitors_test.py49 def on_execution(self, execution_index, execution): argument
Ddebug_events_reader.py1073 def read_execution_stack_trace(self, execution): argument
1111 def execution_to_tensor_values(self, execution): argument
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer_test.cc587 Execution* execution = new Execution(); in TEST_F() local
609 Execution* execution = new Execution(); in TEST_F() local
635 Execution* execution = new Execution(); in TEST_F() local
813 Execution* execution = new Execution(); in TEST_F() local
Ddebug_events_writer.cc218 void DebugEventsWriter::WriteExecution(Execution* execution) { in WriteExecution()
/external/v8/src/extensions/
Dgc-extension.cc22 ExecutionType execution; member
/external/tensorflow/tensorflow/core/protobuf/
Ddebug_event.proto96 Execution execution = 9; field
/external/tensorflow/tensorflow/compiler/xla/
Dxla.proto444 ExecutionHandle execution = 1; field
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp1627 void Builder::createControlBarrier(Scope execution, Scope memory, MemorySemanticsMask semantics) in createControlBarrier()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc3207 ANeuralNetworksExecution* execution = nullptr; in Invoke() local
/external/angle/third_party/glslang/src/SPIRV/
DSpvBuilder.cpp1627 void Builder::createControlBarrier(Scope execution, Scope memory, MemorySemanticsMask semantics) in createControlBarrier()
/external/v8/src/api/
Dapi.cc8711 MeasureMemoryExecution execution) { in MeasureMemory()