Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for endLine (0.19 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        begin_int = std::min(begin_int, rank);
        end_int = std::min(end_int, rank);
      } else {
        begin_int = std::min(begin_int, rank - 1);
        end_int = std::min(end_int, rank - 1);
      }
    
      SmallVector<int64_t, 2> sub_shape;
      // Only handle cases that have something to slice to avoid infinite for-loop.
      if ((end_int > begin_int && strides_int > 0) ||
          (end_int < begin_int && strides_int < 0)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/optimize.cc

          OpTrait::util::getBroadcastedType(a, b, output_element_type);
      return broadcasted_type != Type() && broadcasted_type == expected_output;
    }
    
    // Returns whether if `type1` dimensions are the same as the ending dimensions
    // of `type2`. This is more restricted than broadcastable.
    bool IsTailOfShape(Type type1, Type type2) {
      auto tail_type = mlir::dyn_cast<ShapedType>(type1);
      auto full_type = mlir::dyn_cast<ShapedType>(type2);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  3. src/cmd/go/internal/load/pkg.go

    				// not consider parent directories.
    				return path
    			}
    		}
    		limit = i
    	}
    	return path
    }
    
    // hasGoFiles reports whether dir contains any files with names ending in .go.
    // For a vendor check we must exclude directories that contain no .go files.
    // Otherwise it is not possible to vendor just a/b/c and still import the
    // non-vendored a/b. See golang.org/issue/13832.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  4. src/net/http/server.go

    // either a slash or the end of the string.
    // For example, "/b_{bucket}" is not a valid pattern.
    //
    // Normally a wildcard matches only a single path segment,
    // ending at the next literal slash (not %2F) in the request URL.
    // But if the "..." is present, then the wildcard matches the remainder of the URL path, including slashes.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	if r1 == 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    func CertGetCertificateChain(engine Handle, leaf *CertContext, time *Filetime, additionalStore Handle, para *CertChainPara, flags uint32, reserved uintptr, chainCtx **CertChainContext) (err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  6. pkg/apis/batch/validation/validation_test.go

    		"invalid due to starting with '-'": {
    			indexesString: "-1,0",
    			completions:   6,
    			wantTotal:     0,
    			wantError:     errors.New(`cannot convert string to integer for index: ""`),
    		},
    		"invalid due to ending with '-'": {
    			indexesString: "0,1-",
    			completions:   6,
    			wantTotal:     0,
    			wantError:     errors.New(`cannot convert string to integer for index: ""`),
    		},
    		"invalid due to repeated '-'": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

     * successfully cancelled step will immediately start closing all objects captured for later closing
     * by it and by its input steps.
     *
     * <h3>Ending a pipeline</h3>
     *
     * Each {@code ClosingFuture} pipeline must be ended. To end a pipeline, decide whether you want to
     * close the captured objects automatically or manually.
     *
     * <h4>Automatically closing</h4>
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 98.3K bytes
    - Viewed (0)
  8. guava/src/com/google/common/util/concurrent/ClosingFuture.java

     * successfully cancelled step will immediately start closing all objects captured for later closing
     * by it and by its input steps.
     *
     * <h3>Ending a pipeline</h3>
     *
     * Each {@code ClosingFuture} pipeline must be ended. To end a pipeline, decide whether you want to
     * close the captured objects automatically or manually.
     *
     * <h4>Automatically closing</h4>
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 98.7K bytes
    - Viewed (0)
  9. src/debug/elf/elf.go

    	EM_M16C          Machine = 117 /* Renesas M16C series microprocessors */
    	EM_DSPIC30F      Machine = 118 /* Microchip Technology dsPIC30F Digital Signal Controller */
    	EM_CE            Machine = 119 /* Freescale Communication Engine RISC core */
    	EM_M32C          Machine = 120 /* Renesas M32C series microprocessors */
    	EM_TSK3000       Machine = 131 /* Altium TSK3000 core */
    	EM_RS08          Machine = 132 /* Freescale RS08 embedded processor */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    shipped. istio/release-builder will replace it at build-time # with the appropriate version version: 1.0.0 appVersion: 1.0.0 description: Helm chart for istio default revision components. keywords: - istio sources: - https://github.com/istio/istio engine: gotpl icon: https://istio.io/latest/favicons/android-192x192.png manifests/charts/default/values.yaml defaults: global: # Used to locate istiod. istioNamespace: "istio-system" base: # Validation webhook configuration url # For example: https://$...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top