Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for ifNext (3.97 sec)

  1. src/cmd/compile/internal/rangefunc/rewrite.go

    			if r.checkFuncMisuse() {
    				list = append(list, r.ifNext(syntax.Lss, 0, false, r.setStateAt(curLoopIndex, abi.RF_DONE), retStmt(r.useObj(r.false))))
    			} else {
    				list = append(list, r.ifNext(syntax.Lss, 0, false, retStmt(r.useObj(r.false))))
    			}
    		}
    
    		depthStep := perLoopStep * (curLoop)
    
    		if r.checkFuncMisuse() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:05:44 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

    // RUN: tf-opt -tfl-prepare-composite-funcs-tf="fuse-tftext=true" %s | FileCheck %s
    
    func.func private @whitespace_tokenizer_rank1(%arg0: tensor<1x!tf_type.string> {tf._user_specified_name = "input"}) -> (tensor<?x!tf_type.string>, tensor<?xi64>) attributes {tf._input_shapes = [#tf_type.shape<1>], tf._implements = #tf_type.func<@"tftext:WhitespaceTokenizer", {}>, tf.signature.is_stateful} {
      %0 = "tf.Const"() {value = dense<[0, 1]> : tensor<2xi64>} : () -> tensor<2xi64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  3. fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/JodExtractor.java

            } catch (final OfficeException e) {
                throw new CrawlerSystemException("Failed to stop officeManager.", e);
            }
        }
    
        public void addConversionRule(final String inExt, final String outExt) {
            extensionMap.put(inExt, outExt);
        }
    
        /*
         * (non-Javadoc)
         *
         * @see org.codelibs.fess.crawler.extractor.Extractor#getText(java.io.InputStream,
         * java.util.Map)
         */
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/transforms/prepare_composite_functions_tf.cc

    namespace {
    #define GEN_PASS_DEF_PREPARECOMPOSITEFUNCTIONSPASS
    #include "tensorflow/compiler/mlir/lite/transforms/passes.h.inc"
    
    constexpr char kTFAPIImplements[] = "tf.api_implements";
    constexpr char kTFTextAPIPrefix[] = "tftext:";
    constexpr char kCustomSSDPostprocessing[] = "TFLite_Detection_PostProcess";
    constexpr char kTfNMSPadded[] = "non_max_suppression_padded_v2";
    constexpr char kCustomMaxUnpooling[] = "addons:MaxUnpooling2D";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/net/MediaTypeTest.java

          fail();
        } catch (IllegalArgumentException expected) {
        }
      }
    
      public void testCreate_invalidSubtype() {
        try {
          MediaType.create("text", "pl@intext");
          fail();
        } catch (IllegalArgumentException expected) {
        }
      }
    
      public void testCreate_wildcardTypeDeclaredSubtype() {
        try {
          MediaType.create("*", "text");
          fail();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Mar 05 13:16:00 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/net/MediaTypeTest.java

          fail();
        } catch (IllegalArgumentException expected) {
        }
      }
    
      public void testCreate_invalidSubtype() {
        try {
          MediaType.create("text", "pl@intext");
          fail();
        } catch (IllegalArgumentException expected) {
        }
      }
    
      public void testCreate_wildcardTypeDeclaredSubtype() {
        try {
          MediaType.create("*", "text");
          fail();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Mar 05 13:16:00 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/transforms/passes.td

          body with the corresponding fused TFLite op. The replacement need not
          always be a fused op, though that is the primary use case.
      }];
      let options = [
          Option<"tfl_fuse_tftext_", "fuse-tftext", "bool", "false",
                 "Fuse TF.Text API ops when it's true">
      ];
    
    }
    
    def PrepareQuantizePass : Pass<"tfl-prepare-quantize", "mlir::func::FuncOp"> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  8. gradle/verification-metadata.xml

             <artifact name="fastutil-8.5.2.jar">
                <pgp value="0CB5871FB7BF3B351614BBF6CA85FFE638D4407A"/>
             </artifact>
          </component>
          <component group="itext" name="itext" version="2.0.8">
             <artifact name="itext-2.0.8.jar">
                <sha256 value="d6e41bfa732ecc84ba6c0850a4e36d57ee665a9b8eb1184ba5c4ef8d301f24bd" reason="Artifact is not signed"/>
             </artifact>
          </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  9. .space/CODEOWNERS

    /compiler/testData/friendPaths/ "Kotlin Compiler Core"
    # UNKNOWN: /compiler/testData/integration/
    /compiler/testData/ir/closureAnnotator/ "Kotlin JVM"
    /compiler/testData/ir/interpreter/ "Kotlin Common Backend"
    /compiler/testData/ir/irText/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend"
    /compiler/testData/ir/klibLayout/ "Kotlin Common Backend"
    /compiler/testData/ir/sourceRanges/ "Kotlin Compiler Core"
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:55:49 UTC 2024
    - 24K bytes
    - Viewed (2)
  10. tensorflow/compiler/jit/deadness_analysis_test.cc

                        loop_cond_expr);
      ops::internal::Exit exit(root.WithOpName(prefix + "/exit"),
                               latch.output_false);
      Output iv_next = ops::Add(root.WithOpName(prefix + "/ivnext"),
                                latch.output_true, increment_by);
      Output next_iteration =
          ops::NextIteration(root.WithOpName(prefix + "/next_iteration"), iv_next);
    
      CHECK(root.graph()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 51.6K bytes
    - Viewed (0)
Back to top