MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / loop_cond_op

Method loop_cond_op

tensorflow/python/tpu/tensor_tracer.py:252–253  ·  view source on GitHub ↗
(op)

Source from the content-addressed store, hash-verified

250
251 @staticmethod
252 def loop_cond_op(op):
253 return op.type in ('LoopCond', 'RefLoopCond')
254
255 @staticmethod
256 def while_loop_op(op):

Callers 2

while_loop_opMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected