Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for printBase (0.08 sec)

  1. pkg/printers/internalversion/printers_test.go

    					HolderIdentity: &holder2,
    				},
    			},
    			expected: []metav1.TableRow{{Cells: []interface{}{"lease2", "holder2", "5m"}}},
    		},
    	}
    
    	for i, test := range tests {
    		rows, err := printLease(&test.lease, printers.GenerateOptions{})
    		if err != nil {
    			t.Fatal(err)
    		}
    		for i := range rows {
    			rows[i].Object.Object = nil
    		}
    		if !reflect.DeepEqual(test.expected, rows) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        that it matches that of the subsequent TPUExecute{,AndUpdateVariables}
        op.
      }];
      let constructor = "TFTPU::CreateColocateTPUCopyWithDynamicShapePass()";
    }
    
    def PrintPass : Pass<"tf-print", "ModuleOp"> {
      let summary = "Prints the current module.";
      let description = [{
        This prints the current module (by default, to stderr). The module is
        otherwise piped through without changes.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
Back to top