Home
last modified time | relevance | path

Searched defs:SetGraph (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/verifiers/
H A Dstructure_verifier_test.cc38 void SetGraph(const string& gdef_ascii) { in SetGraph() function in tensorflow::grappler::__anon146b81ac0111::StructureVerifierTest
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dsimple_planner_test.cc170 void SetGraph(TestGraph* graph, bool preserve_all_tensors = false) { in SetGraph() function in tflite::__anonec026e940111::SimplePlannerTest
H A Darena_planner_test.cc190 void SetGraph(TestGraph* graph, bool preserve_all_tensors = false) { in SetGraph() function in tflite::__anone7daca910111::ArenaPlannerTest
/aosp_15_r20/external/tensorflow/tensorflow/core/summary/
H A Dsummary_db_writer.cc405 Status SetGraph(Sqlite* db, uint64 now, double computed_time, in SetGraph() function in tensorflow::__anon9d9736630111::RunMetadata
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddmusici.h986 STDMETHOD(SetGraph)(THIS_ struct IDirectMusicGraph *pGraph) PURE; in DECLARE_INTERFACE_() local
1055 STDMETHOD(SetGraph)(THIS_ struct IDirectMusicGraph *pGraph) PURE; in DECLARE_INTERFACE_() local
1243 STDMETHOD(SetGraph)(THIS_ struct IDirectMusicGraph *pGraph) PURE; in DECLARE_INTERFACE_() local
1348 STDMETHOD(SetGraph)(THIS_ struct IDirectMusicGraph *pGraph) PURE; in DECLARE_INTERFACE_() local
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h968 void SetGraph(HGraph* graph) { graph_ = graph; } in SetGraph() function