Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for output_types (0.25 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. pkg/workloadapi/workload.pb.go

    	15, // 19: istio.workload.GatewayAddress.address:type_name -> istio.workload.NetworkAddress
    	11, // 20: istio.workload.Workload.ServicesEntry.value:type_name -> istio.workload.PortList
    	21, // [21:21] is the sub-list for method output_type
    	21, // [21:21] is the sub-list for method input_type
    	21, // [21:21] is the sub-list for extension type_name
    	21, // [21:21] is the sub-list for extension extendee
    	0,  // [0:21] is the sub-list for field type_name
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
Back to top