Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_variables.cc94 symbol_table_(symbol_table) {} in LegalizeVariablesPattern()
102 auto global_tensor = GetGlobalTensor<T>(symbol_table_, var_op, func); in matchAndRewrite()
121 SymbolTable symbol_table_; member in mlir::TFL::__anon53695afd0111::LegalizeVariablesPattern
/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/
Draise_to_tf.cc79 symbol_table_(table), in RewriteTFRCallOp()
176 const SymbolTable& symbol_table_; member in mlir::TFR::__anonf80f4cc50111::RewriteTFRCallOp
414 TFRFuncOp func = symbol_table_.lookup<TFRFuncOp>(external_callee_name); in matchAndRewrite()
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h530 const tables::SymbolTable& symbol_table() const { return symbol_table_; } in symbol_table()
532 tables::SymbolTable* mutable_symbol_table() { return &symbol_table_; } in mutable_symbol_table()
822 tables::SymbolTable symbol_table_{&string_pool_, nullptr};
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc3479 symbol_table_(module_.get()), in SavedModelSignatureDefImporterLite()
3516 mlir::SymbolTable symbol_table_; member in tensorflow::__anon014ec6670111::SavedModelSignatureDefImporterLite
3570 DCHECK(symbol_table_.lookup(func.sym_name()) == nullptr); in MoveConvertedFunctionsToModule()
3571 symbol_table_.insert(func.clone()); in MoveConvertedFunctionsToModule()