Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 34 for inversion (0.15 sec)

  1. pkg/apis/resource/v1alpha2/zz_generated.conversion.go

    limitations under the License.
    */
    
    // Code generated by conversion-gen. DO NOT EDIT.
    
    package v1alpha2
    
    import (
    	unsafe "unsafe"
    
    	v1 "k8s.io/api/core/v1"
    	v1alpha2 "k8s.io/api/resource/v1alpha2"
    	apiresource "k8s.io/apimachinery/pkg/api/resource"
    	conversion "k8s.io/apimachinery/pkg/conversion"
    	runtime "k8s.io/apimachinery/pkg/runtime"
    	types "k8s.io/apimachinery/pkg/types"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    bananarepublic
    
    // band : 2014-06-12 Dog Beach, LLC
    band
    
    // bank : 2014-09-25 fTLD Registry Services LLC
    bank
    
    // bar : 2013-12-12 Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable
    bar
    
    // barcelona : 2014-07-24 Municipi de Barcelona
    barcelona
    
    // barclaycard : 2014-11-20 Barclays Bank PLC
    barclaycard
    
    // barclays : 2014-11-20 Barclays Bank PLC
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

    //   * output: per-tensor qi32
    // JAX Quantizer output:
    //   * input: per-tensor qi8
    //   * filter: per-channel qi8
    //   * output: per-tensor qi8
    //
    // Conditions for the `tfl.batch_matmul` conversion:
    //   * size(batching_dimensions) <= 3 (TFLite support restriction)
    //   * size(contracting_dimensions) = 1
    //   * Input tensors are per-tensor uniform quantized (i8->f32)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/ppc64/asm9.go

    	/* VSX scalar integer-FP conversion */
    	{as: AXSCVSXDDP, a1: C_VSREG, a6: C_VSREG, type_: 89, size: 4}, /* vsx scalar integer-fp conversion, xx2-form */
    
    	/* VSX vector FP-integer conversion */
    	{as: AXVCVDPSXDS, a1: C_VSREG, a6: C_VSREG, type_: 89, size: 4}, /* vsx vector fp-integer conversion, xx2-form */
    
    	/* VSX vector integer-FP conversion */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // Conversion is deferred for efficiency reasons, e.g., to limit depth
      // of recursion and reduce stack size pressure.
      Status ConvertDeferredFunctions();
    
     private:
      // Most types with subtypes have only one subtype.
      using ElementSubtypes = llvm::SmallVector<TensorType, 1>;
    
      // Metadata used for deferred function conversion.
      struct DeferredConversionMetaData {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        of the MLIR bridge with V1 pipeline in some cases. The pass expects to have
        either none or both of the unified attributes present in an op for the
        conversion to happen. Otherwise it will fail.
    
        For example, `_replication_info="cluster"` and
        `_xla_compile_device_type="TPU"` in the following code
    
        ```mlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  7. src/reflect/value.go

    	// Failed.
    	panic(context + ": value of type " + stringFor(v.typ()) + " is not assignable to type " + stringFor(dst))
    }
    
    // Convert returns the value v converted to type t.
    // If the usual Go conversion rules do not allow conversion
    // of the value v to type t, or if converting v to type t panics, Convert panics.
    func (v Value) Convert(t Type) Value {
    	if v.flag&flagMethod != 0 {
    		v = makeMethodValue("Convert", v)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

        auto custom_code = builtin == tflite::BuiltinOperator_CUSTOM
                               ? builder_.CreateString(op_name)
                               : BufferOffset<flatbuffers::String>();
        // Use version 0 for builtin op. This is a way to serialize version field to
        // flatbuffer (since 0 is non default) and it will be corrected later.
        int32_t op_version = builtin != tflite::BuiltinOperator_CUSTOM ? 0 : 1;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  9. tensorflow/c/c_api.cc

    // DT_RESOURCE. The string serialization is converted back to a
    // ResourceHandle during Session run where the TF_Tensor is converted to a
    // Tensor.
    // TFv2 does not depend on this conversion. There is no matching
    // TF_TensorFromTensorV1 because the conversion to string is performed by the
    // python side of Session.
    static Status TF_TensorToTensorV1(const TF_Tensor* src, Tensor* dst) {
      Status status = TF_TensorToTensor(src, dst);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  10. cluster/gce/util.sh

      else
        local version
        version=$(gcloud version --format=json)
        python3 -c"
    import json,sys
    from distutils import version
    
    minVersion = version.LooseVersion('1.3.0')
    required = [ 'alpha', 'beta', 'core' ]
    data = json.loads(sys.argv[1])
    rel = data.get('Google Cloud SDK')
    if 'CL @' in rel:
      print('Using dev version of gcloud: %s' %rel)
      exit(0)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top