Searched defs:TFInlinerInterface (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops.cc | 137 struct TFInlinerInterface : public DialectInlinerInterface { struct 146 bool isLegalToInline(Operation *call, Operation *callable, in isLegalToInline() 161 bool isLegalToInline(Region *dest, Region *src, bool wouldBeCloned, in isLegalToInline() 171 bool isLegalToInline(Operation *op, Region *dest, bool wouldBeCloned, in isLegalToInline() 191 Operation *materializeCallConversion(OpBuilder &builder, Value input, in materializeCallConversion() 200 void processInlinedCallBlocks( in processInlinedCallBlocks()
|
D | tf_device.cc | 57 struct TFInlinerInterface : public DialectInlinerInterface { struct 65 bool isLegalToInline(Operation* call, Operation* callable, in isLegalToInline() 72 bool isLegalToInline(Region* dest, Region* src, bool wouldBeCloned, in isLegalToInline() 78 bool isLegalToInline(Operation*, Region*, bool, in isLegalToInline() 94 Operation* materializeCallConversion(OpBuilder& builder, Value input, in materializeCallConversion()
|