Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for Pledge (0.14 sec)

  1. src/cmd/vendor/rsc.io/markdown/entity.go

    	"⨆":                          "\u2a06",
    	"⨄":                          "\u2a04",
    	"△":                           "\u25b3",
    	"⋁":                            "\u22c1",
    	"⋀":                          "\u22c0",
    	"ý":                          "\u00fd",
    	"я":                            "\u044f",
    	"ŷ":                           "\u0177",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

        out_edge_info.reserve(n->out_edges().size());
        for (auto edge : n->out_edges()) {
          out_edge_info.push_back(
              {edge->dst(), edge->src_output(), edge->dst_input()});
        }
        g->RemoveNode(n);
        for (const OutEdgeInfo& edge : out_edge_info) {
          if (edge.dst_input == Graph::kControlSlot) {
            g->AddControlEdge(recv_at_host_node, edge.dst);
          } else {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      std::vector<const Edge*> data_edges;
      std::vector<const Edge*> control_edges;
      for (const tensorflow::Edge* edge : node->out_edges()) {
        if (edge->src_output() == index) {
          data_edges.push_back(edge);
        } else if (update_inplace && edge->IsControlEdge()) {
          control_edges.push_back(edge);
        }
      }
    
      for (const auto* edge : data_edges) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  4. src/html/entity.go

    		"xsqcup;":                          '\U00002A06',
    		"xuplus;":                          '\U00002A04',
    		"xutri;":                           '\U000025B3',
    		"xvee;":                            '\U000022C1',
    		"xwedge;":                          '\U000022C0',
    		"yacute;":                          '\U000000FD',
    		"yacy;":                            '\U0000044F',
    		"ycirc;":                           '\U00000177',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

      std::vector<std::pair<string, string>> edges;
      for (const Edge* edge : graph.edges()) {
        if (edge->src()->IsSource() || edge->dst()->IsSink()) continue;
        edges.emplace_back(
            absl::StrCat(edge->src()->name(), ":", edge->src_output()),
            absl::StrCat(edge->dst()->name(), ":", edge->dst_input()));
      }
      std::sort(edges.begin(), edges.end());
      return edges;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    slowly after it:  `I never was so ordered about in all my life,
    never!'
    
      They had not gone far before they saw the Mock Turtle in the
    distance, sitting sad and lonely on a little ledge of rock, and,
    as they came nearer, Alice could hear him sighing as if his heart
    would break.  She pitied him deeply.  `What is his sorrow?' she
    asked the Gryphon, and the Gryphon answered, very nearly in the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    slowly after it:  `I never was so ordered about in all my life,
    never!'
    
      They had not gone far before they saw the Mock Turtle in the
    distance, sitting sad and lonely on a little ledge of rock, and,
    as they came nearer, Alice could hear him sighing as if his heart
    would break.  She pitied him deeply.  `What is his sorrow?' she
    asked the Gryphon, and the Gryphon answered, very nearly in the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"leafy_green":                          "\U0001f96c",
    	"leaves":                               "\U0001f343",
    	"lebanon":                              "\U0001f1f1\U0001f1e7",
    	"ledger":                               "\U0001f4d2",
    	"left_luggage":                         "\U0001f6c5",
    	"left_right_arrow":                     "\u2194\ufe0f",
    	"left_speech_bubble":                   "\U0001f5e8\ufe0f",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  9. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    on one side than on the other, or if one half of the Glass, or one half of the Pupil of the Eye be cover'd with any opake substance; the Object-glass, or that part of it or of the Eye which is not cover'd, may be consider'd as a Wedge with crooked Sides, and every Wedge of Glass or other pellucid Substance has the effect of a Prism in refracting the Light which passes through it.[L] How the Colours in the ninth and tenth Experiments of the first Part arise from the different Reflexibility of Light,...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      }
      for (const auto& [from, to] : control_edges) {
        for (int what : {from, to}) {
          if (operation_index_to_operator_index.count(what) == 0) {
            module_.emitError(
                "dangling control edge -- at least one vertex Operation isn't a "
                "flatbuffer Operator.");
          }
        }
        model_control_dependencies_[index].emplace_back(
            operation_index_to_operator_index[from],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (2)
Back to top