Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for input1 (0.52 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<TensorOf<[TF_Int16, TF_Int32, TF_Int64]>, [{int16, int32 or int64, must be in the range `[-rank(input), rank(input))`.
    Describes which dimension of the input Tensor to reduce across. For vectors,
    use dimension = 0.}]>:$dimension
      );
    
      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)
  2. src/main/webapp/css/bootstrap.min.css.map

    flex;\n}\n\n.input-group-prepend .btn,\n.input-group-append .btn {\n  position: relative;\n  z-index: 2;\n}\n\n.input-group-prepend .btn:focus,\n.input-group-append .btn:focus {\n  z-index: 3;\n}\n\n.input-group-prepend .btn + .btn,\n.input-group-prepend .btn + .input-group-text,\n.input-group-prepend .input-group-text + .input-group-text,\n.input-group-prepend .input-group-text + .btn,\n.input-group-append .btn + .btn,\n.input-group-append .btn + .input-group-text,\n.input-group-append .input-group-text +...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    	}
    	for k, item := range table {
    		err := validateResourceName(item.input, field.NewPath("field"))
    		if len(err) != 0 && item.success {
    			t.Errorf("expected no failure for input %q", item.input)
    		} else if len(err) == 0 && !item.success {
    			t.Errorf("expected failure for input %q", item.input)
    			for i := range err {
    				detail := err[i].Detail
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    - For external storage e2e test suite, update external driver, to pick snapshot provisioner from VolumeSnapshotClass, when a VolumeSnapshotClass is explicitly provided as an input. ([#90878](https://github.com/kubernetes/kubernetes/pull/90878), [@saikat-royc](https://github.com/saikat-royc)) [SIG Storage and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

                }
              }
            }
            node_def {
              name: "SaveV2"
              op: "SaveV2"
              input: "ShardedFilename:filename:0"
              input: "SaveV2/tensor_names:output:0"
              input: "SaveV2/shape_and_slices:output:0"
              input: "savev2_const_1"
              device: "/device:CPU:0"
              attr {
                key: "_has_manual_control_dependencies"
                value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
Back to top