Searched refs:RemoteFusedGraphExecuteInfo (Results 1 – 16 of 16) sorted by relevance
105 const RemoteFusedGraphExecuteInfo& execute_info, Scope* root) { in BuildRemoteFusedGraphExecuteOp()128 static RemoteFusedGraphExecuteInfo BuildRemoteFusedGraphExecuteInfo( in BuildRemoteFusedGraphExecuteInfo()130 RemoteFusedGraphExecuteInfo execute_info; in BuildRemoteFusedGraphExecuteInfo()147 RemoteFusedGraphExecuteInfo::TensorShapeTypeProto& shape_a = in BuildRemoteFusedGraphExecuteInfo()154 RemoteFusedGraphExecuteInfo::TensorShapeTypeProto& shape_a_plus_b = in BuildRemoteFusedGraphExecuteInfo()166 bool Init(const RemoteFusedGraphExecuteInfo& info) final { in Init()228 const RemoteFusedGraphExecuteInfo* info_;257 const RemoteFusedGraphExecuteInfo execute_info = in RewriteGraphToFusedGraph()
26 class RemoteFusedGraphExecuteInfo; variable42 virtual bool Init(const RemoteFusedGraphExecuteInfo& info) = 0;
40 class RemoteFusedGraphExecuteInfo; variable166 const RemoteFusedGraphExecuteInfo& proto,178 const bool require_shape_type, RemoteFusedGraphExecuteInfo* execute_info,
69 bool Init(const RemoteFusedGraphExecuteInfo&) final;
126 RemoteFusedGraphExecuteInfo execute_info_;
102 bool TestRemoteFusedGraphExecutor::Init(const RemoteFusedGraphExecuteInfo&) { in Init() argument
188 RemoteFusedGraphExecuteInfo info; in CheckGraph()
551 const RemoteFusedGraphExecuteInfo& proto, in BuildRemoteGraphInputsAndOutputsFromProto()610 const bool require_shape_type, RemoteFusedGraphExecuteInfo* execute_info, in BuildRemoteFusedGraphExecuteInfo()630 RemoteFusedGraphExecuteInfo::TensorShapeTypeProto& tensor_shape_type = in BuildRemoteFusedGraphExecuteInfo()654 RemoteFusedGraphExecuteInfo::TensorShapeTypeProto& in BuildRemoteFusedGraphExecuteInfo()684 RemoteFusedGraphExecuteInfo execute_info; in BuildRemoteFusedGraphExecuteOpNode()
438 RemoteFusedGraphExecuteInfo execute_info0; in TEST()
58 /* static */ RemoteFusedGraphExecuteInfo64 RemoteFusedGraphExecuteInfo execute_info; in BuildRemoteFusedGraphExecuteInfo()72 RemoteFusedGraphExecuteInfo::TensorShapeTypeProto& tensor_shape_type = in BuildRemoteFusedGraphExecuteInfo()87 RemoteFusedGraphExecuteInfo::TensorShapeTypeProto& tensor_shape_type_proto = in BuildRemoteFusedGraphExecuteInfo()131 const RemoteFusedGraphExecuteInfo execute_info = in BuildFusedGraphDef()
29 class RemoteFusedGraphExecuteInfo; variable48 static RemoteFusedGraphExecuteInfo BuildRemoteFusedGraphExecuteInfo(
43 bool Init(const RemoteFusedGraphExecuteInfo& info) final;73 const RemoteFusedGraphExecuteInfo* execute_info_{};
209 /* static */ RemoteFusedGraphExecuteInfo212 RemoteFusedGraphExecuteInfo execute_info; in BuildRemoteFusedGraphExecuteInfoWithGraphTransferInfo()217 RemoteFusedGraphExecuteInfo::TensorShapeTypeProto& tensor_shape_type = in BuildRemoteFusedGraphExecuteInfoWithGraphTransferInfo()229 RemoteFusedGraphExecuteInfo::TensorShapeTypeProto& tensor_shape_type = in BuildRemoteFusedGraphExecuteInfoWithGraphTransferInfo()245 const RemoteFusedGraphExecuteInfo execute_info = in RunInferenceByHexagonControlWrapper()588 const RemoteFusedGraphExecuteInfo ei0 = in TEST()590 const RemoteFusedGraphExecuteInfo ei1 = in TEST()
74 bool HexagonControlWrapper::Init(const RemoteFusedGraphExecuteInfo& info) { in Init()108 const RemoteFusedGraphExecuteInfo::TensorShapeTypeProto& shape_type = in Init()119 const RemoteFusedGraphExecuteInfo::TensorShapeTypeProto& shape_type = in Init()
19 of RemoteFusedGraphExecuteInfo which contains graph specifications.25 are stored as a serialized protocol buffer of RemoteFusedGraphExecuteInfo
18 message RemoteFusedGraphExecuteInfo { message