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

  /external/tensorflow/tensorflow/python/ops/
summary_ops.py 23 from tensorflow.python.ops import gen_logging_ops
27 from tensorflow.python.ops.gen_logging_ops import *
77 val = gen_logging_ops._tensor_summary_v2(
logging_ops.py 24 from tensorflow.python.ops import gen_logging_ops
27 from tensorflow.python.ops.gen_logging_ops import *
64 return gen_logging_ops._print(input_, data, message, first_n, summarize, name)
112 val = gen_logging_ops._histogram_summary(
173 val = gen_logging_ops._image_summary(
229 val = gen_logging_ops._audio_summary_v2(tag=tag,
266 val = gen_logging_ops._merge_summary(inputs=inputs, name=name)
348 val = gen_logging_ops._scalar_summary(tags=tags, values=values, name=scope)
control_flow_ops.py 75 from tensorflow.python.ops import gen_logging_ops
172 return gen_logging_ops._assert(condition, data, summarize, name="Assert")
177 return gen_logging_ops._assert(
    [all...]
  /external/tensorflow/tensorflow/python/summary/
summary.py 54 from tensorflow.python.ops import gen_logging_ops as _gen_logging_ops
  /external/tensorflow/tensorflow/python/framework/
function_test.py 43 from tensorflow.python.ops import gen_logging_ops
404 check = gen_logging_ops._assert(math_ops.greater(x, 0), [x])
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
control_flow_ops_py_test.py 49 from tensorflow.python.ops import gen_logging_ops
    [all...]

Completed in 137 milliseconds