Searched refs:GetSupportedGraphConfigs (Results 1 – 10 of 10) sorted by relevance
60 EXPECT_EQ(graph->GetSupportedGraphConfigs().graph_name(), "stub_graph"); in TEST()73 graph->GetSupportedGraphConfigs(); in TEST()119 graph->GetSupportedGraphConfigs(); in TEST()
66 EXPECT_EQ(mGrpcGraph->GetSupportedGraphConfigs().graph_name(), kGraphName); in SetUp()
58 virtual const proto::Options& GetSupportedGraphConfigs() const = 0;
66 PrebuiltComputepipeRunner_ErrorCode COMPUTEPIPE_RUNNER(GetSupportedGraphConfigs)(
61 Options options = graph->GetSupportedGraphConfigs(); in main()
74 const proto::Options& GetSupportedGraphConfigs() const override { in GetSupportedGraphConfigs() function
73 const proto::Options& GetSupportedGraphConfigs() const override { in GetSupportedGraphConfigs() function
85 graph->GetSupportedGraphConfigs(); in LLVMFuzzerTestOneInput()
84 graph->GetSupportedGraphConfigs(); in LLVMFuzzerTestOneInput()
59 mGraphDescriptor = mGraph->GetSupportedGraphConfigs(); in setPrebuiltGraph()