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

  /external/tensorflow/tensorflow/compiler/tf2xla/
tf2xla.cc 129 Node* fetch_node = it->second; local
130 if (id.output_index() >= fetch_node->num_outputs()) {
133 fetch_node->num_outputs());
135 // Connects fetch_node -> retval_node.
139 .Input(fetch_node, id.output_index())
140 .Attr("T", BaseType(fetch_node->output_type(id.output_index())))
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding.cc 1688 const NodeDef* fetch_node = node_map_->GetNode(fetch); local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ir.h 1041 class fetch_node : public node { class in namespace:r600_sb
1043 fetch_node() : node(NT_OP, NST_FETCH_INST) { memset(&bc, 0, sizeof(bc_fetch)); }; function in class:r600_sb::fetch_node

Completed in 226 milliseconds