Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 156 for Indices (0.12 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/constant-fold.mlir

    }
    
    // CHECK-LABEL: func @testEmptyResults
    func.func @testEmptyResults(%arg0: tensor<0x2xf32>) -> tensor<0x2xf32> {
      %indices = "tf.Const"() {value = dense<> : tensor<0xi32>} : () -> tensor<0xi32>
    
      // CHECK: "tf.Const"() <{value = dense<> : tensor<0x2xf32>}> : () -> tensor<0x2xf32>
      %0 = "tf.DynamicStitch"(%indices, %arg0) : (tensor<0xi32>, tensor<0x2xf32>) -> tensor<0x2xf32>
      func.return %0 : tensor<0x2xf32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 31 23:22:24 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ru.properties

    labels.maintenance_title_configuration=Maintenance
    labels.number_of_shards_for_doc=The number of shards
    labels.auto_expand_replicas_for_doc=Auto expand replicas
    labels.clear_crawler_index=Crawler Indices
    labels.clear_crawler_index_button=Clear Crawler Indices
    labels.diagnostic_logs=Diagnostic
    labels.download_diagnostic_logs_button=Download Logs
    labels.reload_doc_index=Reload Doc Index
    labels.reload_doc_index_button=Reload
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/pcln.go

    	var totalEntries uint32
    	cuOffsets := make([]uint32, len(cuEntries))
    	for i, entries := range cuEntries {
    		// Note, cutab is a slice of uint32, so an offset to a cu's entry is just the
    		// running total of all cu indices we've needed to store so far, not the
    		// number of bytes we've stored so far.
    		cuOffsets[i] = totalEntries
    		totalEntries += uint32(entries)
    	}
    
    	// Write cutab.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_utils.h

      // the operand doesn't support per-channel quantization.
      llvm::DenseMap<int, int> coeff_op_quant_dim;
    
      // Indices of quantizable operands. Biases are not included in this field,
      // the indices of biases can be found in the `biases_params`.
      absl::flat_hash_set<int> quantizable_operands;
    };
    
    // A function signature for getting the particular OpQuantSpec for the provided
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ko.properties

    labels.maintenance_title_configuration=Maintenance
    labels.number_of_shards_for_doc=The number of shards
    labels.auto_expand_replicas_for_doc=Auto expand replicas
    labels.clear_crawler_index=Crawler Indices
    labels.clear_crawler_index_button=Clear Crawler Indices
    labels.diagnostic_logs=Diagnostic
    labels.download_diagnostic_logs_button=Download Logs
    labels.reload_doc_index=Reload Doc Index
    labels.reload_doc_index_button=Reload
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 44K bytes
    - Viewed (0)
  6. src/main/resources/fess_label.properties

    labels.maintenance_title_configuration=Maintenance
    labels.number_of_shards_for_doc=The number of shards
    labels.auto_expand_replicas_for_doc=Auto expand replicas
    labels.clear_crawler_index=Crawler Indices
    labels.clear_crawler_index_button=Clear Crawler Indices
    labels.diagnostic_logs=Diagnostic
    labels.download_diagnostic_logs_button=Download Logs
    labels.reload_doc_index=Reload Doc Index
    labels.reload_doc_index_button=Reload
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/suggest/index/SuggestIndexer.java

                            numberOfSuggestDocs += res.getNumberOfSuggestDocs();
                            numberOfInputDocs += res.getNumberOfInputDocs();
                            client.admin().indices().prepareRefresh(index).execute().actionGet(settings.getIndicesTimeout());
                            docs.clear();
    
                            waitController.run();
                        }
                    }
    
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  8. pkg/kubelet/cm/dra/plugin/noderesources.go

    		driverResources = active.resources
    	}
    	c.mutex.RUnlock()
    
    	// Resources that are not yet stored in any slice need to be published.
    	// Here we track the indices of any resources that are already stored.
    	storedResourceIndices := sets.New[int]()
    
    	// Slices that don't match any driver resource can either be updated (if there
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 20:12:53 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_fr.properties

    labels.number_of_shards_for_doc	=	Le nombre de fragments
    labels.auto_expand_replicas_for_doc	=	Extension automatique des répliques
    labels.clear_crawler_index	=	Indices de chenilles
    labels.clear_crawler_index_button	=	Effacer les indices de chenilles
    labels.diagnostic_logs	=	Diagnostique
    labels.download_diagnostic_logs_button	=	Télécharger les journaux
    labels.reload_doc_index	=	Recharger l'index des documents
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/passes/replace_cast_hacks_with_tf_xla_ops.cc

                                           const ArrayRef<int64_t> lhs_shape,
                                           const ArrayRef<int64_t> rhs_shape) {
      SmallVector<int64_t> output_shape;
    
      // Prepare necessary indices.
      absl::flat_hash_set<int64_t> lhs_remove_idx, rhs_remove_idx;
      for (auto v : ddn.lhs_batch_dimensions()) {
        lhs_remove_idx.insert(v);
      }
      for (auto v : ddn.lhs_contracting_dimensions()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 47.1K bytes
    - Viewed (0)
Back to top