Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dif_while_utils.cc75 TF_RETURN_IF_ERROR(ctx->compiler()->FindFunctionBody(func_name, body)); in FindMustBeConstNodes()
Dwhile_op.cc45 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/
Dxla_compiler.h293 Status FindFunctionBody(const NameAttrList& function,
Dgraph_compiler.cc252 TF_RETURN_IF_ERROR(compiler->FindFunctionBody(func, &fbody)); in CompileFunctionalNode()
Dxla_compiler.cc552 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()