Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc2831 llvm::SmallVector<mlir::Attribute, 4> current_index_path_; member in tensorflow::__anon83888ea00111::StructuredValueLinearizer
2874 current_index_path_.push_back(builder_.getStringAttr(field->first)); in RecursivelyFindLeaves()
2876 current_index_path_.pop_back(); in RecursivelyFindLeaves()
2883 current_index_path_.push_back(builder_.getI64IntegerAttr(i)); in RecursivelyFindLeaves()
2885 current_index_path_.pop_back(); in RecursivelyFindLeaves()
2893 current_index_path_.push_back(builder_.getI64IntegerAttr(i)); in RecursivelyFindLeaves()
2895 current_index_path_.pop_back(); in RecursivelyFindLeaves()
2902 leaf_index_paths_.push_back(builder_.getArrayAttr(current_index_path_)); in RecursivelyFindLeaves()
2916 for (auto path_element : current_index_path_) { in RecursivelyFindLeaves()