Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 26 for pushBack (0.17 sec)

  1. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

          // resized.
          if (resized_tensor_list_index.count(i)) {
            updated_types->push_back(
                VariantToUnrankedTensorType(std::get<0>(it), std::get<1>(it)));
          } else {
            updated_types->push_back(std::get<2>(it).getType());
          }
        } else {
          updated_types->push_back(std::get<0>(it));
        }
        ++i;
      }
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

          t_operands.push_back(loop_operands[arg.getArgNumber()]);
          continue;
        }
        auto src = operand.getDefiningOp();
        auto res = llvm::cast<OpResult>(operand);
        if (src == non_tpu_caller) {
          t_operands.push_back(non_tpu_res[res.getResultNumber()]);
        } else if (src == forward_caller) {
          t_operands.push_back(forward_res[res.getResultNumber()]);
        } else {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

          skipped_args++;
          if (old_to_new_arg_indices != nullptr) {
            old_to_new_arg_indices->push_back(-1);
          }
        } else {
          new_types.push_back(arg.getType());
          if (old_to_new_arg_indices != nullptr) {
            old_to_new_arg_indices->push_back(arg.getArgNumber() - skipped_args);
          }
          if (it != infos.end() && remaining_resource_data_types != nullptr) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

          stack.push_back({cluster, false});
        }
      }
      while (!stack.empty()) {
        const Work item = stack.back();
        stack.pop_back();
        if (item.leave) {
          sorted->push_back(item.cluster);
          continue;
        }
    
        if (visited.find(item.cluster) != visited.end()) continue;
        visited.insert(item.cluster);
    
        stack.push_back({item.cluster, true});
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/quantization/lite/quantize_model_test.cc

        output->quantization = std::make_unique<QuantizationParametersT>();
        input->quantization->min.push_back(0.0);
        output->quantization->min.push_back(0.0);
        input->quantization->max.push_back(6.0);
        output->quantization->max.push_back(6.0);
      }
      TensorType tensor_type_;
    };
    
    INSTANTIATE_TEST_SUITE_P(QuantizeConvModelTestInst, QuantizeConvModelTest,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 73.9K bytes
    - Viewed (0)
  6. pkg/ctrlz/assets/static/js/jquery-3.2.1.slim.min.js

    urn 1===a.nodeType}))},r.fn.extend({find:function(a){var b,c,d=this.length,e=this;if("string"!=typeof a)return this.pushStack(r(a).filter(function(){for(b=0;b<d;b++)if(r.contains(e[b],this))return!0}));for(c=this.pushStack([]),b=0;b<d;b++)r.find(a,e[b],c);return d>1?r.uniqueSort(c):c},filter:function(a){return this.pushStack(E(this,a||[],!1))},not:function(a){return this.pushStack(E(this,a||[],!0))},is:function(a){return!!E(this,"string"==typeof a&&A.test(a)?r(a):a||[],!1).length}});var F,G=/^(?...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 68K bytes
    - Viewed (0)
  7. src/main/webapp/js/jquery-3.6.3.min.js

    rn t.prevObject=this,t},each:function(e){return E.each(this,e)},map:function(n){return this.pushStack(E.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(E.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(E.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/jquery-3.6.3.min.js

    rn t.prevObject=this,t},each:function(e){return E.each(this,e)},map:function(n){return this.pushStack(E.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(E.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(E.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

      absl::flat_hash_map<string, std::vector<string>> cluster_sets;
      for (const auto& p : GetClusters(g)) {
        cluster_sets[p.second].push_back(p.first);
      }
      for (auto& p : cluster_sets) {
        if (cluster_names != nullptr) {
          cluster_names->push_back(p.first);
        }
        std::sort(p.second.begin(), p.second.end());
      }
      if (cluster_names != nullptr) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/mark_for_compilation_pass.cc

              is_xla_compile_attr_true_(is_xla_compile_attr_true),
              xla_scope_(std::move(xla_scope)) {
          if (resource_var_operation_node_id.has_value()) {
            resource_var_operation_node_ids_.push_back(
                *resource_var_operation_node_id);
          }
        }
    
        // Merges `other` into this cluster, and clears `other`.  This method is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top