Searched refs:MPSBinaryCachedGraph (Results 1 – 6 of 6) sorted by relevance
183 struct MPSBinaryCachedGraph : public MPSCachedGraph struct185 MPSBinaryCachedGraph(MPSGraph *graph) : MPSCachedGraph(graph) {} in MPSBinaryCachedGraph() argument
62 …// consider using `MPSUnaryCachedGraph` or `MPSBinaryCachedGraph` and their corresponding Grad ver…
57 using CachedGraph = MPSBinaryCachedGraph;
44 typedef MPSGraphTensor* (^NormOpBlock)(MPSBinaryCachedGraph*, MPSGraphTensor*, MPSGraphTensor*);46 …MPSGraphTensor*(MPSBinaryCachedGraph * graph, MPSGraphTensor * primary, MPSGraphTensor * secondary)355 …auto cachedGraph = LookUpOrCreateCachedGraph<MPSBinaryCachedGraph>(key, [&](auto mpsGraph, auto ne…
306 …auto cachedGraph = LookUpOrCreateCachedGraph<MPSBinaryCachedGraph>(key, [&](auto mpsGraph, auto ne…
252 using CachedGraph = MPSBinaryCachedGraph;