Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 277 for inversion (0.2 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/save_model.py

      return signatures
    
    
    def _restore_output_tensor_names(
        graph_def: graph_pb2.GraphDef,
    ) -> graph_pb2.GraphDef:
      """Restores the output tensor names of the converted model.
    
      During the conversion, the output tensor names of the original model are
      embedded in the `tf_saved_model.index_path` attribute of the RetVal nodes and
      might become the name of Retval nodes as well (with an index suffix if there
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 01:09:50 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/base/Converter.java

       *
       * @param b the instance to convert; will never be null
       * @return the converted instance; <b>must not</b> be null
       * @throws UnsupportedOperationException if backward conversion is not implemented; this should be
       *     very rare. Note that if backward conversion is not only unimplemented but
       *     unimplement<i>able</i> (for example, consider a {@code Converter<Chicken, ChickenNugget>}),
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 23K bytes
    - Viewed (0)
  3. src/cmd/internal/test2json/test2json.go

    // Package test2json implements conversion of test binary output to JSON.
    // It is used by cmd/test2json and cmd/go.
    //
    // See the cmd/test2json documentation for details of the JSON encoding.
    package test2json
    
    import (
    	"bytes"
    	"encoding/json"
    	"fmt"
    	"io"
    	"strconv"
    	"strings"
    	"time"
    	"unicode"
    	"unicode/utf8"
    )
    
    // Mode controls details of the conversion.
    type Mode int
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 14.5K bytes
    - Viewed (0)
  4. pkg/api/testing/unstructured_test.go

    			{Version: "v1", Kind: "Secret"},
    			{Version: "v1", Kind: "SecretList"},
    			{Version: "v1", Kind: "RangeAllocation"},
    			{Version: "v1", Kind: "ConfigMap"},
    			{Version: "v1", Kind: "ConfigMapList"},
    			{Group: "admissionregistration.k8s.io", Version: "v1beta1", Kind: "MutatingWebhookConfiguration"},
    			{Group: "admissionregistration.k8s.io", Version: "v1beta1", Kind: "MutatingWebhookConfigurationList"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/zz_generated.deepcopy.go

    	}
    	if in.SelectableFields != nil {
    		in, out := &in.SelectableFields, &out.SelectableFields
    		*out = make([]SelectableField, len(*in))
    		copy(*out, *in)
    	}
    	if in.Conversion != nil {
    		in, out := &in.Conversion, &out.Conversion
    		*out = new(CustomResourceConversion)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.PreserveUnknownFields != nil {
    		in, out := &in.PreserveUnknownFields, &out.PreserveUnknownFields
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/odml_to_stablehlo.cc

    //
    // TODO(pulkitb): Add more options.
    //  * Verbose - dump intermediate translations.
    //  * Choose specific signatures/functions from a saved model.
    //  * Options for full/partial conversion, Op exceptions list.
    //  * Option to serialize output to TFL flatbuffer format.
    
    using llvm::cl::opt;
    
    // NOLINTNEXTLINE
    opt<std::string> input_model(llvm::cl::Positional,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto

      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Status responseStatus = 10;
    
      // API object from the request, in JSON format. The RequestObject is recorded as-is in the request
      // (possibly re-encoded as JSON), prior to version conversion, defaulting, admission or
      // merging. It is an external versioned object type, and may not be a valid object on its own.
      // Omitted for non-resource requests.  Only logged at Request Level and higher.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc

      // Attempts to materialize a conversion for a type mismatch between a call
      // from this dialect, and a callable region. This method should generate an
      // operation that takes 'input' as the only operand, and produces a single
      // result of 'resultType'. If a conversion can not be generated, nullptr
      // should be returned.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  9. pkg/apis/core/v1/conversion_test.go

    				core.ResourceStorage: bigMilliQuantity.DeepCopy(),
    			},
    		},
    	}
    
    	for i, test := range tests {
    		output := core.ResourceList{}
    
    		// defaulting is a separate step from conversion that is applied when reading from the API or from etcd.
    		// perform that step explicitly.
    		corev1.SetDefaults_ResourceList(&test.input)
    
    		err := legacyscheme.Scheme.Convert(&test.input, &output, nil)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 05:34:15 UTC 2023
    - 21.7K bytes
    - Viewed (0)
  10. cmd/bucket-metadata.go

    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 16.7K bytes
    - Viewed (0)
Back to top