Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for ListValue (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

            current_index_path_.pop_back();
          }
          return;
        }
        // We don't differentiate between tuples and lists.
        case StructuredValue::kListValue: {
          const ListValue& list = value.list_value();
          for (int i = 0, e = list.values_size(); i < e; i++) {
            current_index_path_.push_back(builder_.getI64IntegerAttr(i));
            RecursivelyFindLeaves(list.values(i));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top