Searched refs:FindMustBeConstNodes (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | if_while_utils.h | 39 Status FindMustBeConstNodes(XlaOpKernelContext* ctx,
|
D | if_while_utils.cc | 71 Status FindMustBeConstNodes(XlaOpKernelContext* ctx, in FindMustBeConstNodes() function
|
D | if_op.cc | 216 OP_REQUIRES_OK(ctx, FindMustBeConstNodes(ctx, then_branch_, in Compile() 219 OP_REQUIRES_OK(ctx, FindMustBeConstNodes(ctx, else_branch_, in Compile()
|
D | while_op.cc | 147 TF_RETURN_IF_ERROR(FindMustBeConstNodes(ctx, body_name_attr, in ConvertLoopInvariantsToConst() 149 TF_RETURN_IF_ERROR(FindMustBeConstNodes(ctx, cond_name_attr, in ConvertLoopInvariantsToConst()
|
D | case_op.cc | 126 OP_REQUIRES_OK(ctx, FindMustBeConstNodes( in Compile()
|