Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 175 for inversion (0.42 sec)

  1. docs/es/docs/index.md

    * <abbr title="en inglés: serialization, parsing, marshalling">Conversión</abbr> de datos de input: viniendo de la red a datos y tipos de Python. Leyendo desde:
        * JSON.
        * Path parameters.
        * Query parameters.
        * Cookies.
        * Headers.
        * Formularios.
        * Archivos.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 19K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/op.go

    	auxFloat64                // auxInt is a float64 (encoded with math.Float64bits)
    	auxFlagConstant           // auxInt is a flagConstant
    	auxCCop                   // auxInt is a ssa.Op that represents a flags-to-bool conversion (e.g. LessThan)
    	auxNameOffsetInt8         // aux is a &struct{Name ir.Name, Offset int64}; auxInt is index in parameter registers array
    	auxString                 // aux is a string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 15:29:10 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/publishing_maven.adoc

    [TIP]
    ====
    Specifying the `version` can be useful when the new artifact has a different version, for example because version numbering has started at 1.0.0 again.
    
    A custom `message` allows explaining why the artifact coordinates have changed.
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_ops_to_mhlo.cc

      }
    };
    
    // UniformDequantizeOp takes TF quantized types as input which would have been
    // converted to the mhlo quantized types. Use OpConversionPattern in order to
    // retrieve the operand type *after* conversion, using OpAdaptor operand
    // accessor.
    // Same for other Uniform Quant Ops that take TF quantized types as input.
    class ConvertUniformDequantizeOp
        : public OpConversionPattern<TF::UniformDequantizeOp> {
     public:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/translate/tf_mlir_translate.cc

                rand_val = mlir::FloatAttr::get(element_type,
                                                std::rand() * 1.0 / RAND_MAX);
    
              } else {
                inst.emitWarning()
                    << "Skipping splat conversion for "
                    << "an unsupported attribute type " << element_type;
                continue;
              }
              auto new_attr = mlir::DenseElementsAttr::get(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 07 11:51:44 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  6. docs/en/docs/index.md

    * <abbr title="also known as: serialization, parsing, marshalling">Conversion</abbr> of input data: coming from the network to Python data and types. Reading from:
        * JSON.
        * Path parameters.
        * Query parameters.
        * Cookies.
        * Headers.
        * Forms.
        * Files.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  7. tensorflow/cc/framework/scope.h

      Status status() const;
    
      /// If status() is ok, convert the Graph object stored in this scope
      /// to a GraphDef proto and return an ok Status. Otherwise, return the error
      /// status as is without performing GraphDef conversion. If
      /// `include_debug_info` is true, populate the `debug_info` field of the
      /// GraphDef from stack traces in this Graph.
      Status ToGraphDef(GraphDef* gdef, bool include_debug_info = false) const;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 09:08:33 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/componentconfigs/configset.go

    			results = append(results, outputapiv1alpha3.ComponentConfigVersionState{
    				Group:            group,
    				CurrentVersion:   handler.GroupVersion.Version, // Currently kubeadm supports only one version per API
    				PreferredVersion: handler.GroupVersion.Version, // group so we can get away with these being the same
    			})
    		} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:36:00 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tf_tfl_translate.cc

      MLIRContext context(registry);
      llvm::SourceMgr source_mgr;
      mlir::SourceMgrDiagnosticHandler sourceMgrHandler(source_mgr, &context);
    
      if (input_mlir) {
        // TODO(@zichuanwei): hack to enable mlir conversion via this tool, will get
        // back to do it properly in the future
        mlir::DialectRegistry registry;
        RegisterAllTensorFlowDialects(registry);
        registry
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 14K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/runtime/runtime.go

    	// gets us to the function which called the `defer HandleCrashWithontext(...)`.
    	logger := klog.FromContext(ctx).WithCallDepth(4)
    
    	// For backwards compatibility, conversion to string
    	// is handled here instead of defering to the logging
    	// backend.
    	if _, ok := r.(string); ok {
    		logger.Error(nil, "Observed a panic", "panic", r, "stacktrace", string(stacktrace))
    	} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 26 16:28:45 UTC 2024
    - 9.9K bytes
    - Viewed (0)
Back to top