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

  /external/tensorflow/tensorflow/contrib/framework/python/ops/
ops.py 28 def get_graph_from_inputs(op_input_list, graph=None):
31 1. If `graph` is provided, we validate that all inputs in `op_input_list` are
34 Tensor-valued input in `op_input_list`, and validate that all other
37 `op_input_list`, we attempt to use the default graph.
40 op_input_list: A list of inputs to an operation, which may include `Tensor`,
45 TypeError: If `op_input_list` is not a list or tuple, or if graph is not a
55 return ops._get_graph_from_inputs(op_input_list, graph)
  /external/tensorflow/tensorflow/python/framework/
ops.py     [all...]

Completed in 619 milliseconds