HomeSort by relevance Sort by last modified time
    Searched defs:fanout (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_stream_util.cc 60 << " fanout " << e->src()->out_edges().size();
72 // 3. If any input comes from a node with a large fanout then
85 const size_t fanout = e->src()->out_edges().size(); local
86 if (fanout == 1) {
  /external/tensorflow/tensorflow/core/grappler/
graph_view_test.cc 53 for (auto fanout : graph.GetFanout(output)) {
54 if (fanout.node->name() == "AddN_2" || fanout.node->name() == "AddN_3") {
55 EXPECT_EQ(0, fanout.port_id);
57 // Invalid fanout
93 auto fanout = graph.GetFanout(output); local
94 EXPECT_EQ(1, fanout.size());
95 EXPECT_EQ("d", (*fanout.begin()).node->name());
96 EXPECT_EQ(-1, (*fanout.begin()).port_id);
101 fanout = graph.GetFanout(output)
    [all...]
  /external/python/cpython3/Modules/_blake2/clinic/
blake2b_impl.c.h 7 " key=None, salt=None, person=None, fanout=1, depth=1,\n"
17 int fanout, int depth, PyObject *leaf_size_obj,
25 static const char * const _keywords[] = {"string", "digest_size", "key", "salt", "person", "fanout", "depth", "leaf_size", "node_offset", "node_depth", "inner_size", "last_node", NULL};
32 int fanout = 1; local
41 &data, &digest_size, &key, &salt, &person, &fanout, &depth, &leaf_size_obj, &node_offset_obj, &node_depth, &inner_size, &last_node)) {
44 return_value = py_blake2b_new_impl(type, data, digest_size, &key, &salt, &person, fanout, depth, leaf_size_obj, node_offset_obj, node_depth, inner_size, last_node);
blake2s_impl.c.h 7 " key=None, salt=None, person=None, fanout=1, depth=1,\n"
17 int fanout, int depth, PyObject *leaf_size_obj,
25 static const char * const _keywords[] = {"string", "digest_size", "key", "salt", "person", "fanout", "depth", "leaf_size", "node_offset", "node_depth", "inner_size", "last_node", NULL};
32 int fanout = 1; local
41 &data, &digest_size, &key, &salt, &person, &fanout, &depth, &leaf_size_obj, &node_offset_obj, &node_depth, &inner_size, &last_node)) {
44 return_value = py_blake2s_new_impl(type, data, digest_size, &key, &salt, &person, fanout, depth, leaf_size_obj, node_offset_obj, node_depth, inner_size, last_node);
  /external/python/cpython3/Modules/_blake2/impl/
blake2.h 94 uint8_t fanout; /* 3 */ member in struct:__blake2s_param
109 uint8_t fanout; /* 3 */ member in struct:__blake2b_param
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties.cc 457 // happen in the fanout of a merge node since during the initial
842 const Node* fanout = e->dst(); local
844 fanout, new_shapes));
851 // fanout of the queues, we need to manually propagate the shapes from
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
memory_optimizer.cc 899 const std::unordered_set<GraphView::InputPort, GraphView::HashPort>& fanout = local
    [all...]
  /external/iproute2/misc/
ss.c 3327 uint32_t fanout = 0; local
    [all...]

Completed in 606 milliseconds