HomeSort by relevance Sort by last modified time
    Searched refs:graph_element (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/debug/lib/
stepper.py 494 graph_element = self._sess.graph.as_graph_element(target_name)
498 if (isinstance(graph_element, ops.Tensor) and
499 graph_element.op.type == "Placeholder"):
500 self._last_feed_types[graph_element.name] = self.FEED_TYPE_CLIENT
501 return self._client_feed_dict[graph_element.name]
502 elif (isinstance(graph_element, ops.Operation) and
503 graph_element.type == "Placeholder"):
504 tensor_name = graph_element.name + ":0"
508 if isinstance(graph_element, ops.Operation) and graph_element.outputs
    [all...]
  /external/tensorflow/tensorflow/python/framework/
ops.py     [all...]

Completed in 290 milliseconds