Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for myproduct (0.39 sec)

  1. src/cmd/vendor/rsc.io/markdown/entity.go

    	"≡":                       "\u2261",
    	"∯":                          "\u222f",
    	"∮":                 "\u222e",
    	"ℂ":                            "\u2102",
    	"∐":                       "\u2210",
    	"&CounterClockwiseContourIntegral;": "\u2233",
    	"⨯":                           "\u2a2f",
    	"𝒞":                            "\U0001d49e",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ********** META-INF/NOTES.TXT This product includes software developed by the Indiana University Extreme! Lab (http://www.extreme.indiana.edu/). This product includes software developed by The Apache Software Foundation (http://www.apache.org/). This product includes software developed by ThoughtWorks (http://www.thoughtworks.com). org/codehaus/plexus/util/Base64.class package org.codehaus.plexus.util;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 200.2K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.s

    	// Special optimization, for very short buffers
    	CMPQ inl, $192
    	JBE  openAVX2192
    	CMPQ inl, $320
    	JBE  openAVX2320
    
    	// For the general key prepare the key first - as a byproduct we have 64 bytes of cipher stream
    	VMOVDQA BB0, state1StoreAVX2
    	VMOVDQA CC0, state2StoreAVX2
    	VMOVDQA DD0, ctr3StoreAVX2
    	MOVQ    $10, itr2
    
    openAVX2PreparePolyKey:
    	chachaQR_AVX2(AA0, BB0, CC0, DD0, TT0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      // Do the actual folding, one output at a time.
      std::vector<float> result_values;
      result_values.reserve(output_size);
    
      for (int i = 0; i < output_size; ++i) {
        // Dot product with Kahan/Neumaier summation to minimize numeric errors.
        float sum = has_bias ? *bias_values_it : 0.0f;
        float compensation = 0.0f;
        for (int j = 0; j < input_size; ++j) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

          TFL_TCresVTEtIsSameAsOp<0, 0>>,
        QuantizableResult,
        Pure]> {
      let summary = "Prod-reduction operator";
    
      let description = [{
        Computes the product along the specified axes
      }];
    
      let arguments = (ins
        TFL_TensorOf<[F32, I32, I64, QI8, QUI8, TFL_Quint8, QI16]>:$input,
        TFL_I32Tensor:$axes,
        BoolAttr:$keep_dims
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/transforms/optimize.cc

        this->enable_canonicalization_ = enable_canonicalization;
        this->disable_fuse_mul_and_fc_ = disable_fuse_mul_and_fc;
      }
    
      void runOnOperation() override;
    };
    
    // Return true if the product of dimension values of a subsection of the tensor
    // is equal to the non-contracting dimension after a reshape
    bool BroadcastDimsProductEqual(Value input, Value output,
                                   size_t agg_start_idx) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  7. tests/integration/pilot/common/routing.go

    				})
    			}
    		}
    	}
    }
    
    // autoPassthroughCases tests that we cannot hit unexpected destinations when using AUTO_PASSTHROUGH
    func autoPassthroughCases(t TrafficContext) {
    	// We test the cross product of all Istio ALPNs (or no ALPN), all mTLS modes, and various backends
    	alpns := []string{"istio", "istio-peer-exchange", "istio-http/1.0", "istio-http/1.1", "istio-h2", ""}
    	modes := []string{"STRICT", "PERMISSIVE", "DISABLE"}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        }
        return success();
      }
    
      // Detect if reshape output shape is folded.
      bool shape_ty_zero_dim = false;
      int unknown_index = -1;
      // The product of constant shape argument excluding unknown dimension.
      int64_t shape_ty_size = 1;
      llvm::SmallVector<int64_t, 8> output_ty_shape;
      output_ty_shape.reserve(shape_attr.getNumElements());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  9. pkg/config/validation/validation_test.go

    				}},
    				Match: []*networking.HTTPMatchRequest{
    					{
    						Uri: &networking.StringMatch{
    							MatchType: &networking.StringMatch_Prefix{Prefix: "/api/v1/product"},
    						},
    					},
    					{
    						Uri: &networking.StringMatch{
    							MatchType: &networking.StringMatch_Prefix{Prefix: "/api/v1/products"},
    						},
    						Method: &networking.StringMatch{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

    # quantization is enabled. Respectively refers to (scale, zero_point).
    _SUFFIXES = ('/filter1', '/filter2')
    _PER_CHANNEL_OP_NAMES = (
        f'{op}{suffix}'
        for op, suffix in itertools.product(_PER_CHANNEL_QUANTIZED_OPS, _SUFFIXES)
    )
    
    
    def _is_variable(node_def: node_def_pb2.NodeDef) -> bool:
      """Determines whether `node_def` is a variable node.
    
      Args:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
Back to top