Home
last modified time | relevance | path

Searched refs:RUN_WITH_TIMESTAMP (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/client/
Dsession_ref.cc77 #define RUN_WITH_TIMESTAMP(OpName, ...) \ macro
159 RUN_WITH_TIMESTAMP(Run, inputs, output_tensor_names, target_node_names, in RecordRun()
162 RUN_WITH_TIMESTAMP(Run, run_options, inputs, output_tensor_names, in RecordRun()
193 RUN_WITH_TIMESTAMP(Create, graph); in RecordCreate()
195 RUN_WITH_TIMESTAMP(Create, run_options, graph); in RecordCreate()
214 RUN_WITH_TIMESTAMP(Extend, graph); in RecordExtend()
216 RUN_WITH_TIMESTAMP(Extend, run_options, graph); in RecordExtend()
233 RUN_WITH_TIMESTAMP(Close); in RecordClose()
235 RUN_WITH_TIMESTAMP(Close, run_options); in RecordClose()
246 RUN_WITH_TIMESTAMP(ListDevices, response); in RecordListDevices()
[all …]