Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for HYBRID (0.11 sec)

  1. pilot/pkg/features/pilot.go

    		v := env.Register(
    			"PILOT_JWT_ENABLE_REMOTE_JWKS",
    			"false",
    			"Mode of fetching JWKs from JwksUri in RequestAuthentication. Supported value: "+
    				"istiod, false, hybrid, true, envoy. The client fetching JWKs is as following: "+
    				"istiod/false - Istiod; hybrid/true - Envoy and fallback to Istiod if JWKs server is external; "+
    				"envoy - Envoy.",
    		).Get()
    		return jwt.ConvertToJwksFetchMode(v)
    	}()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/quantization/lite/quantize_weights_test.cc

          }
        }
      }
    }
    
    TEST_F(QuantizeWeightsTest, VerifyCustomOpQuantizationDequantize) {
      LoadCustomOpTestModel();
    
      // The custom op is not hybrid, and the second input is a constant that can
      // be quantized.
      CustomOpMap custom_op_map;
      custom_op_map["CustomTestOp"] = {
          {1},   // quantizable_input_indices
          true,  // is_weight_only
      };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

          return {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 16};
        }
      }];
    }
    
    // UnidirectionalSequenceLstm op.
    // TODO(ashwinm): Add constraint to validate the combination of operands
    // that are valid for hybrid vs fully quantized vs float only semantics
    def TFL_UnidirectionalSequenceLSTMOp :
      TFL_Op<"unidirectional_sequence_lstm",
              [LstmMandatoryInputsConstraint,
               LstmOptionalPeepholeWeightConstraint,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let hasVerifier = 1;
    }
    
    def TF_UniformQuantizedConvolutionHybridOp : TF_Op<"UniformQuantizedConvolutionHybrid", [Pure]> {
      let summary = [{
    Perform hybrid quantized convolution of float Tensor `lhs` and quantized Tensor `rhs`.
      }];
    
      let description = [{
    Given float `lhs` and quantized `rhs`, internally performs quantization on `lhs`,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

        * The new support for ORM mode fixes issues/adds features related to ORMs with lazy-loading, hybrid properties, dynamic/getters (using `@property` decorators) and several other use cases.
        * This applies to ORMs like SQLAlchemy, Peewee, Tortoise ORM, GINO ORM and virtually any other.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top