Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Layout", Const, 17},
    		{"LoadLocation", Func, 0},
    		{"LoadLocationFromTZData", Func, 10},
    		{"Local", Var, 0},
    		{"Location", Type, 0},
    		{"March", Const, 0},
    		{"May", Const, 0},
    		{"Microsecond", Const, 0},
    		{"Millisecond", Const, 0},
    		{"Minute", Const, 0},
    		{"Monday", Const, 0},
    		{"Month", Type, 0},
    		{"Nanosecond", Const, 0},
    		{"NewTicker", Func, 0},
    		{"NewTimer", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<TF_Int64Tensor, [{An int that speficies at which step the predictions are generated.}]>:$step,
        Arg<TF_Int64Tensor, [{The utc timestamp in microseconds of when the predictions were created.}]>:$timestamp_usec,
    
        StrArrayAttr:$prediction_names,
        BoolAttr:$training,
        StrAttr:$file_path
      );
    
      let results = (outs);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top