Home
last modified time | relevance | path

Searched refs:symbol_op (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_saved_model.cc175 mlir::Operation *symbol_op) { in VerifyBoundInputArgType() argument
176 auto expected_type = GetBoundInputArgTypeFor(symbol_op); in VerifyBoundInputArgType()
197 mlir::Operation *symbol_op = module.lookupSymbol(symbol_name); in verifyRegionArgAttribute() local
198 if (!symbol_op) { in verifyRegionArgAttribute()
204 return VerifyBoundInputArgType(op, arg_type, symbol_op); in verifyRegionArgAttribute()