Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for Vasiliy (0.16 sec)

  1. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    global.ssl.fastly.net
    
    // Fastmail : https://www.fastmail.com/
    // Submitted by Marc Bradshaw <******@****.***>
    *.user.fm
    
    // FASTVPS EESTI OU : https://fastvps.ru/
    // Submitted by Likhachev Vasiliy <******@****.***>
    fastvps-server.com
    fastvps.host
    myfast.host
    fastvps.site
    myfast.space
    
    // Fedora : https://fedoraproject.org/
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (1)
  2. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    than the Rays so as to overtake them; and that when any Ray is in that part of the vibration which conspires with its Motion, it easily breaks through a refracting Surface, but when it is in the contrary part of the vibration which impedes its Motion, it is easily reflected; and, by consequence, that every Ray is successively disposed to be easily reflected, or easily transmitted, by every vibration which overtakes it. But whether this Hypothesis be true or false I do not here consider. I content...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `I shall do nothing of the sort,' said the Mouse, getting up
    and walking away.  `You insult me by talking such nonsense!'
    
      `I didn't mean it!' pleaded poor Alice.  `But you're so easily
    offended, you know!'
    
      The Mouse only growled in reply.
    
      `Please come back and finish your story!' Alice called after
    it; and the others all joined in chorus, `Yes, please do!' but
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `I shall do nothing of the sort,' said the Mouse, getting up
    and walking away.  `You insult me by talking such nonsense!'
    
      `I didn't mean it!' pleaded poor Alice.  `But you're so easily
    offended, you know!'
    
      The Mouse only growled in reply.
    
      `Please come back and finish your story!' Alice called after
    it; and the others all joined in chorus, `Yes, please do!' but
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/generic.rules

    // See issue 61725.
    // Note that this could pretty easily generalize to any pure function.
    (SelectN [0] (StaticLECall {f} x y (SelectN [1] c:(StaticLECall {g} x y mem))))
      && isSameCall(f, "runtime.cmpstring")
      && isSameCall(g, "runtime.cmpstring")
    => @c.Block (SelectN [0] <typ.Int> c)
    
    // If we don't use the result of cmpstring, might as well not call it.
    // Note that this could pretty easily generalize to any pure function.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        This complements MLIRs dumping functionality, which can sometimes be hard
        to configure. This pass is useful if you know the exact position in the
        pipeline where you want to dump, and are able to easily modify the pipeline
        source code.
      }];
      let constructor = "TF::CreatePrintPass()";
    }
    
    def MoveTpuCompileToFrontPass : Pass<"tf-move-tpu-compile-to-front", "mlir::func::FuncOp"> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

    using ::mlir::tf_saved_model::kTfSavedModelIndexPathAttr;
    
    // Helper struct that wraps inputs/outputs of a single SignatureDef.
    struct SignatureDefData {
      // Note, we are using maps here to make order deterministic
      // for easily testing only.
    
      // Inputs defined in the signature def mapped to tensor names.
      std::map<std::string, std::string> inputs;
      // Outputs defined in the signature def mapped to tensor names.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (2)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_wizard_start_title = "{labels.wizard_start_title}";
    
        /** The key of the message: Using Configuration Wizard, you can create crawling settings easily. */
        public static final String LABELS_wizard_start_desc = "{labels.wizard_start_desc}";
    
        /** The key of the message: Start Configuration */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        // replace values that simply passthrough the body with extern values. The
        // block arguments of body and while match and so the corresponding cond
        // argument can be easily found.
        int old_num_operands = while_op.getNumOperands();
        int new_num_operands = old_num_operands;
        auto &body_block = while_op.getBody().front();
        auto &cond_block = while_op.getCond().front();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

        // (in both body and condition regions as well as while result). The
        // block arguments of body and while match and so the corresponding cond
        // argument can be easily found.
        bool unchanged = true;
        auto& body_block = while_op.getBody().front();
        auto& cond_block = while_op.getCond().front();
        auto& yield = *body_block.getTerminator();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top