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

  /external/tensorflow/tensorflow/core/framework/
control_flow.h 30 // 'frame_id' and an 'iter_id'. The tensor value it represents is produced
31 // in the frame with frame_id at the iteration of iter_id.
34 int64 iter_id = kIllegalIterId; member in struct:tensorflow::FrameAndIter
40 iter_id = iter;
44 return (frame_id == other.frame_id && iter_id == other.iter_id);
rendezvous.cc 65 dst_device, ";", name, ";", frame_iter.frame_id, ":", frame_iter.iter_id);
  /external/tensorflow/tensorflow/core/kernels/
nccl_ops.cc 49 c->frame_iter().iter_id);
sendrecv_ops.cc 39 frame_iter.iter_id);
collective_ops.cc 33 c->frame_iter().iter_id);
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc     [all...]
direct_session.cc 141 frame_iter.frame_id, ":", frame_iter.iter_id);
    [all...]

Completed in 2561 milliseconds