Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getlogin (0.32 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

      LogicalResult matchAndRewrite(TF::SliceOp op,
                                    PatternRewriter &rewriter) const override {
        Location loc = op.getLoc();
        Value input = op.getInput();
        Value begin_indices = op.getBegin();
        Value sizes = op.getSize();
    
        auto input_ty = mlir::dyn_cast<RankedTensorType>(input.getType());
        auto begin_type = mlir::dyn_cast<RankedTensorType>(begin_indices.getType());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	}
    	return ""
    }
    
    func (x *GlobalConfig) GetLogAsJson() *wrapperspb.BoolValue {
    	if x != nil {
    		return x.LogAsJson
    	}
    	return nil
    }
    
    func (x *GlobalConfig) GetLogging() *GlobalLoggingConfig {
    	if x != nil {
    		return x.Logging
    	}
    	return nil
    }
    
    func (x *GlobalConfig) GetMeshID() string {
    	if x != nil {
    		return x.MeshID
    	}
    	return ""
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top