Home
last modified time | relevance | path

Searched refs:func_body (Results 1 – 7 of 7) sorted by relevance

/external/llvm/utils/
Dupdate_test_checks.py208 func_body = func_dict[checkprefix][func_name].splitlines()
213 func_body = genericize_check_lines(func_body)
233 for func_line in func_body:
Dupdate_llc_test_checks.py113 func_body = func_dict[checkprefix][func_name].splitlines()
114 output_lines.append('; %s: %s' % (checkprefix, func_body[0]))
115 for func_line in func_body[1:]:
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_communication.cc777 Block& func_body) { in UpdateFunctionType() argument
778 auto new_argument_types = llvm::to_vector(func_body.getArgumentTypes()); in UpdateFunctionType()
780 llvm::to_vector(func_body.getTerminator()->getOperandTypes()); in UpdateFunctionType()
813 Block& func_body = func.front(); in RewriteFunction() local
815 builder.setInsertionPointToStart(&func_body); in RewriteFunction()
820 rewrite_block ? func_body.addArgument(token_type, func.getLoc()) in RewriteFunction()
827 {/*region_idx=*/llvm::None, init_token, &func_body.front()}}; in RewriteFunction()
896 if (rewrite_block) UpdateFunctionType(builder, func, func_body); in RewriteFunction()
/external/vulkan-validation-layers/scripts/
Ddispatch_table_helper_generator.py200 func_body = ' { ' + return_type + ' };'
201 decl = decl.replace (';', func_body)
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtpu_sharding_identification.mlir206 …%1:2 = "tf.StatefulPartitionedCall"(%arg0){f= @func_body, config="", config_proto="", executor_typ…
217 // CHECK-LABEL: func @func_body
218 func.func @func_body(%arg0: tensor<*xi32>)-> (tensor<*xi32>, tensor<*xi1>) {
246 …%0 = "tf.PartitionedCall"(%arg0) {f= @func_body, config="", config_proto="", executor_type=""} : (…
250 func.func @func_body(%arg0: tensor<*xi32>)-> tensor<*xi32> {
/external/tensorflow/tensorflow/core/framework/
Dfunction.cc1751 const auto& func_body = func->node_def(); in ReachableFunctions() local
1752 std::for_each(func_body.begin(), func_body.end(), process_node); in ReachableFunctions()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc401 const FunctionBody* func_body = flr0_->GetFunctionBody(handle); in TEST_F() local
402 for (const Node* node : func_body->graph->nodes()) { in TEST_F()