Home
last modified time | relevance | path

Searched defs:is_first_iteration (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/training/experimental/
Dloss_scaling_gradient_tape.py256 def cond(grads, ready_to_update, is_first_iteration): argument
270 def body(grads, ready_to_update, is_first_iteration): argument
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dkernel_support_library.cc41 [&](llvm::Value* indvar, bool is_first_iteration) -> Status { in ForWithStatus()
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderVertexSpacing.cpp621 bool is_first_iteration = true; in getEdgesForTrianglesTessellation() local