Home
last modified time | relevance | path

Searched refs:ExecuteGraph (Results 1 – 12 of 12) sorted by relevance

/external/armnn/shim/sl/canonical/
DArmnnPreparedModel.cpp365 …auto errorStatus = ExecuteGraph(memPools, *inputTensors, *outputTensors, ctx, isPointerTypeMemory); in execute()
375 ErrorStatus ArmnnPreparedModel::ExecuteGraph( in ExecuteGraph() function in armnn_driver::ArmnnPreparedModel
560 …auto errorStatus = ExecuteGraph(memPools, *inputTensors, *outputTensors, ctx, isPointerTypeMemory); in executeFenced()
680 auto errorStatus = ExecuteGraph(memPools, in ExecuteWithDummyInputs()
DArmnnPreparedModel.hpp88 ErrorStatus ExecuteGraph(
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer_test.cc284 void ExecuteGraph(const GraphDef& graph_def, in ExecuteGraph() function in tensorflow::grappler::__anon3b02b9070111::ScopedAllocatorOptimizerTest
424 ExecuteGraph(graph_def, in TEST_F()
436 ExecuteGraph(graph_def, in TEST_F()
473 ExecuteGraph(graph_def, /*output_names=*/{"r1:0", "r2:0"}, &outputs); in TEST_F()
/external/android-nn-driver/
DArmnnPreparedModel.hpp54 void ExecuteGraph(std::shared_ptr<std::vector<::android::nn::RunTimePoolInfo>>& pMemPools,
DArmnnPreparedModel_1_2.cpp517 ExecuteGraph(memPools, *inputs, *outputs, cbCtx); in executeSynchronously()
524 bool ArmnnPreparedModel_1_2<HalVersion>::ExecuteGraph( in ExecuteGraph() function in armnn_driver::ArmnnPreparedModel_1_2
664 return ExecuteGraph(memPools, in ExecuteWithDummyInputs()
842 template bool ArmnnPreparedModel_1_2<hal_1_2::HalPolicy>::ExecuteGraph<CallbackContext_1_2>(
DRequestThread.cpp114 model->ExecuteGraph(pMsg->data->m_MemPools, in Process()
DArmnnPreparedModel_1_3.cpp484 auto errorStatus = ExecuteGraph(memPools, *inputs, *outputs, cbCtx); in executeFenced()
716 ExecuteGraph(memPools, *inputs, *outputs, cbCtx); in ExecuteSynchronously()
826 Return <V1_3::ErrorStatus> ArmnnPreparedModel_1_3<HalVersion>::ExecuteGraph( in ExecuteGraph() function in armnn_driver::ArmnnPreparedModel_1_3
1003 auto errorStatus = ExecuteGraph(memPools, in ExecuteWithDummyInputs()
1158 template Return <V1_3::ErrorStatus> ArmnnPreparedModel_1_3<hal_1_3::HalPolicy>::ExecuteGraph<Callba…
DRequestThread_1_3.cpp149 model->ExecuteGraph(pMsg->data->m_MemPools, in Process()
DArmnnPreparedModel_1_2.hpp84 bool ExecuteGraph(std::shared_ptr<std::vector<::android::nn::RunTimePoolInfo>>& pMemPools,
DArmnnPreparedModel_1_3.hpp116 Return <V1_3::ErrorStatus> ExecuteGraph(
DArmnnPreparedModel.cpp314 void ArmnnPreparedModel<HalVersion>::ExecuteGraph( in ExecuteGraph() function in armnn_driver::ArmnnPreparedModel
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc124 Status ExecuteGraph(XlaContext* xla_context, std::unique_ptr<Graph> graph, in ExecuteGraph() function
1393 Status execute_status = ExecuteGraph(context, std::move(graph), device_, in CompileGraph()