Home
last modified time | relevance | path

Searched refs:GetExecutorBuildFunc (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_remote_fused_graph_executor_build_test.cc34 ASSERT_NE(RemoteFusedGraphExecuteUtils::GetExecutorBuildFunc( in TEST()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_op.cc41 RemoteFusedGraphExecuteUtils::GetExecutorBuildFunc( in RemoteFusedGraphExecuteOp()
Dremote_fused_graph_execute_utils.h99 static const ExecutorBuildFunc* GetExecutorBuildFunc(const string& name);
Dremote_fused_graph_execute_utils.cc180 RemoteFusedGraphExecuteUtils::GetExecutorBuildFunc(const string& name) { in GetExecutorBuildFunc() function in tensorflow::RemoteFusedGraphExecuteUtils
1093 const ExecutorBuildFunc* build_func = GetExecutorBuildFunc(executor_name); in FuseRemoteGraphByExecutor()
1217 if (GetExecutorBuildFunc(remote_graph_executor_name) == nullptr) { in FuseRemoteGraphByPlacedArguments()