Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 84 for additional (0.3 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize.cc

            *tfl_broadcast_to_op.getOutput().getUsers().begin());
    
        // Check that the outermost reshape_op in the pattern does not add
        // additional elements to the final output tensor.
        // TODO: b/323217483. This code needs to generalized to additional cases.
        // For example- inner-shape = [1, 1, 1, 8, 1, 10],
        // broadcast_shape = [1, 1, 1, 8, 16, 10] & outer_shape = [1, 1, 1, 1280, 1]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__policy__v1_openapi.json

              }
            },
            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  3. src/cmd/go/internal/load/pkg.go

    	// Unexported fields are not part of the public API.
    	Build             *build.Package
    	Imports           []*Package           // this package's direct imports
    	CompiledImports   []string             // additional Imports necessary when using CompiledGoFiles (all from standard library); 1:1 with the end of PackagePublic.Imports
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        both the outermost element type of tensors as well as the nested component
        type (e.g., for tensor lists).
    
        During shape refinement this pass may insert additional cast operations as
        well as fold some constant shape computations to enable more exact shape
        inference. Therefore it does do some mutation of the graph. Constant folding
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_pods.go

    	}
    	outUids, err := exec.Command(cmd, kubeletUser).Output()
    	if err != nil {
    		return 0, 0, fmt.Errorf("error retrieving additional ids for user %q", kubeletUser)
    	}
    	outGids, err := exec.Command(cmd, "-g", kubeletUser).Output()
    	if err != nil {
    		return 0, 0, fmt.Errorf("error retrieving additional gids for user %q", kubeletUser)
    	}
    	if string(outUids) != string(outGids) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

              }
            },
            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: Uploaded Kuromoji file. */
        public static final String SUCCESS_upload_kuromoji_file = "{success.upload_kuromoji_file}";
    
        /** The key of the message: Uploaded Additional Word file. */
        public static final String SUCCESS_upload_elevate_word = "{success.upload_elevate_word}";
    
        /** The key of the message: Uploaded Bad Word file. */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	FileSizeLow       uint32
    	Reserved0         uint32
    	Reserved1         uint32
    	FileName          [MAX_PATH]uint16
    	AlternateFileName [14]uint16
    
    	// The Microsoft documentation for this struct¹ describes three additional
    	// fields: dwFileType, dwCreatorType, and wFinderFlags. However, those fields
    	// are empirically only present in the macOS port of the Win32 API,² and thus
    	// not needed for binaries built for Windows.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

              }
            },
            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

              }
            },
            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
Back to top