Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getDtype (0.23 sec)

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

        auto ty = mlir::dyn_cast<TensorType>(op.getType());
        if (!ty ||
            !mlir::isa<FloatType, IntegerType, ComplexType>(ty.getElementType()))
          return failure();
    
        Location loc = op.getLoc();
        Value result = rewriter.create<mhlo::ConstantOp>(loc, op.getValue());
        if (result.getType() != op.getType())
          result = rewriter.create<tensor::CastOp>(loc, op.getType(), result);
        rewriter.replaceOp(op, result);
    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. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    private void ParameterSignature(Class, annotation.Annotation[]); public boolean canAcceptValue(Object); public boolean canAcceptType(Class); public boolean canPotentiallyAccept(Class); private boolean isAssignableViaTypeC(Class, Class); public Class getType(); public java.util.List getAnnotations(); public boolean hasAnnotation(Class); public annotation.Annotation findDeepAnnotation(Class); private annotation.Annotation findDeepAnnotation(annotation.Annotation[], Class, int); public annotation.Annotation...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  3. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	return nil
    }
    
    func (x *EgressGatewayConfig) GetServiceAnnotations() *structpb.Struct {
    	if x != nil {
    		return x.ServiceAnnotations
    	}
    	return nil
    }
    
    func (x *EgressGatewayConfig) GetType() string {
    	if x != nil {
    		return x.Type
    	}
    	return ""
    }
    
    func (x *EgressGatewayConfig) GetZvpn() *ZeroVPNConfig {
    	if x != nil {
    		return x.Zvpn
    	}
    	return nil
    }
    
    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