Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for output_types (0.14 sec)

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

            Derived::GetInitialValue(input_element_type, loc, rewriter);
    
        RankedTensorType output_type =
            mlir::dyn_cast<RankedTensorType>(op.getOutput().getType());
        if (!output_type) {
          return rewriter.notifyMatchFailure(op, "requires known rank");
        }
    
        Type index_element_type = output_type.getElementType();
        Value index_init_value =
    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

    	68,  // 185: v1alpha1.IntOrString.intVal:type_name -> google.protobuf.Int32Value
    	69,  // 186: v1alpha1.IntOrString.strVal:type_name -> google.protobuf.StringValue
    	187, // [187:187] is the sub-list for method output_type
    	187, // [187:187] is the sub-list for method input_type
    	187, // [187:187] is the sub-list for extension type_name
    	187, // [187:187] is the sub-list for extension extendee
    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