Searched refs:FindFunctionBody (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | if_while_utils.cc | 75 TF_RETURN_IF_ERROR(ctx->compiler()->FindFunctionBody(func_name, body)); in FindMustBeConstNodes()
|
D | while_op.cc | 45 TF_RETURN_IF_ERROR(ctx->compiler()->FindFunctionBody(body_name_attr, &body)); in VerifyResourceArgsGroupedAtEnd() 121 OP_REQUIRES_OK(ctx, ctx->compiler()->FindFunctionBody(body_name_attr, &body)); in GetLoopInvariants()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiler.h | 293 Status FindFunctionBody(const NameAttrList& function,
|
D | graph_compiler.cc | 252 TF_RETURN_IF_ERROR(compiler->FindFunctionBody(func, &fbody)); in CompileFunctionalNode()
|
D | xla_compiler.cc | 552 Status XlaCompiler::FindFunctionBody(const NameAttrList& function, in FindFunctionBody() function in tensorflow::XlaCompiler 738 TF_RETURN_IF_ERROR(FindFunctionBody(fn_name_attrs, &fbody, &config)); in CompileFunction() 1292 return FindFunctionBody(function, fbody); in CompileGraph()
|