Home
last modified time | relevance | path

Searched refs:FindMustBeConstNodes (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dif_while_utils.h39 Status FindMustBeConstNodes(XlaOpKernelContext* ctx,
Dif_while_utils.cc71 Status FindMustBeConstNodes(XlaOpKernelContext* ctx, in FindMustBeConstNodes() function
Dif_op.cc216 OP_REQUIRES_OK(ctx, FindMustBeConstNodes(ctx, then_branch_, in Compile()
219 OP_REQUIRES_OK(ctx, FindMustBeConstNodes(ctx, else_branch_, in Compile()
Dwhile_op.cc147 TF_RETURN_IF_ERROR(FindMustBeConstNodes(ctx, body_name_attr, in ConvertLoopInvariantsToConst()
149 TF_RETURN_IF_ERROR(FindMustBeConstNodes(ctx, cond_name_attr, in ConvertLoopInvariantsToConst()
Dcase_op.cc126 OP_REQUIRES_OK(ctx, FindMustBeConstNodes( in Compile()