Searched refs:LOG_AND_RUN_OPERATION (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/client/ |
D | session_ref.cc | 402 #define LOG_AND_RUN_OPERATION(OpName, ...) \ macro 416 LOG_AND_RUN_OPERATION(Run, run_options, inputs, output_tensor_names, in Run() 424 LOG_AND_RUN_OPERATION(Run, inputs, output_tensor_names, target_node_names, in Run() 429 LOG_AND_RUN_OPERATION(Create, graph); in Create() 434 LOG_AND_RUN_OPERATION(Create, run_options, graph); in Create() 439 LOG_AND_RUN_OPERATION(Extend, run_options, graph); in Extend() 443 LOG_AND_RUN_OPERATION(Extend, graph); in Extend() 447 LOG_AND_RUN_OPERATION(ListDevices, response); in ListDevices() 454 LOG_AND_RUN_OPERATION(PRunSetup, input_names, output_names, target_nodes, in PRunSetup() 462 LOG_AND_RUN_OPERATION(PRun, handle, inputs, output_names, outputs); in PRun() [all …]
|