Searched defs:add_summary (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/testing/python/framework/
H A Dfake_summary_writer.py92 def add_summary(self, summ, current_global_step): member in class:FakeSummaryWriter
/external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/
H A Dquantile_ops.py160 def add_summary(self, stamp_token, column, example_weights): member in class:QuantileAccumulator
/external/tensorflow/tensorflow/python/summary/writer/
H A Dwriter.py43 This API basically implements a number of endpoints (add_summary,
53 call one of the following functions: `add_summary()`, `add_session_log()`,
99 def add_summary(self, summary, global_step=None): member in class:SummaryToEventTransformer
302 call one of the following functions: `add_summary()`, `add_session_log()`,

Completed in 198 milliseconds