Home
last modified time | relevance | path

Searched defs:TensorFlowRegistryEffectInterfaceFallback (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_ops.cc244 struct TensorFlowRegistryEffectInterfaceFallback struct
247 static bool classof(Operation *op) { return true; } in classof()
248 void getEffects( in getEffects()
H A Dtf_dialect.h29 class TensorFlowRegistryEffectInterfaceFallback; variable