Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for GoStop (0.14 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/tflite_legalize_hlo.cc

      // Converted MHLO ops should be marked illegal here.
      // TODO: b/304003568 - Add TF_TransposeOp folding logic to tflite.
      target.addIllegalOp<mhlo::DotGeneralOp, mhlo::DotOp, mhlo::TransposeOp>();
      if (failed(applyPartialConversion(getOperation(), target,
                                        std::move(patterns)))) {
        getOperation().emitError("mhlo to TFLite legalization failed.");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. Makefile.core.mk

    GOPATH ?= $(shell cd ${ISTIO_GO}/../../..; pwd)
    export GOPATH
    
    # If GOPATH is made up of several paths, use the first one for our targets in this Makefile
    GO_TOP := $(shell echo ${GOPATH} | cut -d ':' -f1)
    export GO_TOP
    
    GO ?= go
    
    GOARCH_LOCAL := $(TARGET_ARCH)
    GOOS_LOCAL := $(TARGET_OS)
    
    #-----------------------------------------------------------------------------
    # Output control
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_ops_to_mhlo.cc

        }
    
        auto rhs_or =
            CreateConstantOrConvertOp(op, adaptor.getRhs(), *rhs_type, rewriter);
        if (failed(rhs_or)) {
          return failure();
        }
    
        rewriter.replaceOpWithNewOp<mhlo::DotOp>(op, op.getType(), op.getLhs(),
                                                 *rhs_or,
                                                 /*precision_config=*/nullptr);
        return success();
      }
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/dot_general.cc

    // be inserted when necessary. See ConvertDotGeneralOp for additional notes.
    Value ConvertDotOp(PatternRewriter& rewriter, Operation* old_op) {
      auto dot_op = cast<mhlo::DotOp>(old_op);
      auto lhs_rank = mlir::cast<ShapedType>(dot_op.getLhs().getType()).getRank();
      auto dot_dimension_numbers =
          mhlo::DotDimensionNumbersAttr::get(rewriter.getContext(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	TIOCSSERIAL                      = 0x541f
    	TIOCSSOFTCAR                     = 0x541a
    	TIOCSTI                          = 0x5412
    	TIOCSWINSZ                       = 0x5414
    	TIOCVHANGUP                      = 0x5437
    	TOSTOP                           = 0x100
    	TUNATTACHFILTER                  = 0x400854d5
    	TUNDETACHFILTER                  = 0x400854d6
    	TUNGETDEVNETNS                   = 0x54e3
    	TUNGETFEATURES                   = 0x800454cf
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	TIOCSSERIAL                      = 0x541f
    	TIOCSSOFTCAR                     = 0x541a
    	TIOCSTI                          = 0x5412
    	TIOCSWINSZ                       = 0x5414
    	TIOCVHANGUP                      = 0x5437
    	TOSTOP                           = 0x100
    	TPIDR2_MAGIC                     = 0x54504902
    	TUNATTACHFILTER                  = 0x401054d5
    	TUNDETACHFILTER                  = 0x401054d6
    	TUNGETDEVNETNS                   = 0x54e3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	TIOCSSERIAL                      = 0x541f
    	TIOCSSOFTCAR                     = 0x541a
    	TIOCSTI                          = 0x5412
    	TIOCSWINSZ                       = 0x5414
    	TIOCVHANGUP                      = 0x5437
    	TOSTOP                           = 0x100
    	TUNATTACHFILTER                  = 0x401054d5
    	TUNDETACHFILTER                  = 0x401054d6
    	TUNGETDEVNETNS                   = 0x54e3
    	TUNGETFEATURES                   = 0x800454cf
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    		$2 ~ /^IN(LCR|PCK)$/ ||
    		$2 !~ "X86_CR3_PCID_NOFLUSH" &&
    		$2 ~ /(^FLU?SH)|(FLU?SH$)/ ||
    		$2 ~ /^C(LOCAL|READ|MSPAR|RTSCTS)$/ ||
    		$2 == "BRKINT" ||
    		$2 == "HUPCL" ||
    		$2 == "PENDIN" ||
    		$2 == "TOSTOP" ||
    		$2 == "XCASE" ||
    		$2 == "ALTWERASE" ||
    		$2 == "NOKERNINFO" ||
    		$2 == "NFDBITS" ||
    		$2 ~ /^PAR/ ||
    		$2 ~ /^SIG[^_]/ ||
    		$2 ~ /^O[CNPFPL][A-Z]+[^_][A-Z]+$/ ||
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  9. src/syscall/zerrors_solaris_amd64.go

    	TIOCSSOFTCAR                  = 0x546a
    	TIOCSTART                     = 0x746e
    	TIOCSTI                       = 0x7417
    	TIOCSTOP                      = 0x746f
    	TIOCSWINSZ                    = 0x5467
    	TOSTOP                        = 0x100
    	VCEOF                         = 0x8
    	VCEOL                         = 0x9
    	VDISCARD                      = 0xd
    	VDSUSP                        = 0xb
    	VEOF                          = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/util/concurrent/ServiceManager.java

       */
      private static final class NoOpService extends AbstractService {
        @Override
        protected void doStart() {
          notifyStarted();
        }
    
        @Override
        protected void doStop() {
          notifyStopped();
        }
      }
    
      /** This is never thrown but only used for logging. */
      private static final class EmptyServiceManagerWarning extends Throwable {}
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:41:16 UTC 2024
    - 31.1K bytes
    - Viewed (0)
Back to top