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

  /external/tensorflow/tensorflow/core/debug/
debug_grpc_testlib.h 56 std::vector<string> debug_ops; member in class:tensorflow::test::final
debug_graph_utils.cc 74 if (watch.debug_ops().empty()) {
81 std::vector<string> debug_ops; local
82 for (const string& debug_op : watch.debug_ops()) {
83 debug_ops.push_back(debug_op);
86 tensor_watches[tensor_name] = debug_ops;
269 const string& tensor_name, const std::vector<string>& debug_ops,
279 // Cross debug_ops and debug_urls to get the list of debug ops and watches.
281 for (const string& debug_op : debug_ops) {

Completed in 54 milliseconds