Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc3592 mlir::SymbolTable sub_symbol_table(*sub_module); in ConvertInitializer() local
3594 auto init_func_op = sub_symbol_table.lookup<mlir::FuncOp>(target_node_name); in ConvertInitializer()
3663 mlir::SymbolTable sub_symbol_table(*sub_module); in ConvertSignature() local
3664 auto func_op = sub_symbol_table.lookup<mlir::FuncOp>(sig_def_key); in ConvertSignature()