/external/tensorflow/tensorflow/compiler/mlir/lite/metrics/ |
D | types_util.cc | 55 auto new_call = mutable_location->mutable_call()->Add(); in Extract() local 56 ExtractFileLine(loc, new_call->mutable_source()); in Extract() 63 auto new_call = mutable_location->mutable_call()->Add(); in Extract() local 64 new_call->set_name(loc.getName().str()); in Extract() 69 ExtractFileLine(typed_child_loc, new_call->mutable_source()); in Extract()
|
/external/pigweed/pw_rpc/nanopb/ |
D | client_integration_test.cc | 114 pw::rpc::NanopbClientReaderWriter<pw_rpc_Payload, pw_rpc_Payload> new_call = in TEST() local 120 ASSERT_EQ(OkStatus(), new_call.Write(Payload("Dello"))); in TEST() 123 call = std::move(new_call); in TEST() 126 EXPECT_EQ(Status::FailedPrecondition(), new_call.Write(Payload("Dello"))); in TEST() 132 EXPECT_EQ(Status::FailedPrecondition(), new_call.Cancel()); in TEST()
|
/external/pigweed/pw_rpc/pwpb/ |
D | client_integration_test.cc | 118 new_call = std::move(call); in TEST() local 123 ASSERT_EQ(OkStatus(), new_call.Write(Payload("Dello"))); in TEST() 126 call = std::move(new_call); in TEST() 129 EXPECT_EQ(Status::FailedPrecondition(), new_call.Write(Payload("Dello"))); in TEST() 135 EXPECT_EQ(Status::FailedPrecondition(), new_call.Cancel()); in TEST()
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_subroutine.cpp | 113 ir_call *new_call = call_clone(ir, sub_sig); in visit_leave() local 115 last_branch = if_tree(equal(subr_to_int(var), lc), new_call); in visit_leave() 117 last_branch = if_tree(equal(subr_to_int(var), lc), new_call, last_branch); in visit_leave()
|
/external/tensorflow/tensorflow/dtensor/mlir/ |
D | propagate_device_id_to_function_args.cc | 121 mlir::Operation* new_call = nullptr; in PrependDeviceIdToCallsites() local 124 new_call = builder->create<mlir::TF::StatefulPartitionedCallOp>( in PrependDeviceIdToCallsites() 131 new_call = builder->create<mlir::TF::PartitionedCallOp>( in PrependDeviceIdToCallsites() 137 for (auto results : llvm::zip(op->getResults(), new_call->getResults())) in PrependDeviceIdToCallsites()
|
/external/pigweed/pw_rpc/ |
D | endpoint.cc | 112 void Endpoint::RegisterCall(Call& new_call) { in RegisterCall() argument 114 auto [before_call, call] = FindIteratorsForCall(new_call); in RegisterCall() 120 calls_.push_front(new_call); in RegisterCall()
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
D | _resource_exhausted_test.py | 197 new_call = multi_callable(_REQUEST) 198 for response in new_call: 250 new_call = multi_callable(request) 251 for response in new_call:
|
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | proxy.cc | 40 new_call(nullptr) { in grpc_end2end_proxy() 54 grpc_call* new_call; member 338 pc->c2p = proxy->new_call; in on_new_call() 409 GPR_ASSERT(proxy->new_call == nullptr); in on_new_call() 414 proxy->new_call = nullptr; in request_call() 416 proxy->server, &proxy->new_call, in request_call()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/ |
D | pick_subgraphs.cc | 436 auto new_call = builder->create<func::CallOp>(call.getLoc(), impl, in RewireSubgraphs() local 440 new_call->setAttr(kInterfaceNameAttr, in RewireSubgraphs() 442 new_call->setAttr( in RewireSubgraphs() 445 new_call->setAttr( in RewireSubgraphs() 450 call.replaceAllUsesWith(new_call.getResults()); in RewireSubgraphs()
|
/external/tensorflow/tensorflow/python/autograph/converters/ |
D | call_trees.py | 197 new_call = templates.replace_as_expression( 204 return new_call
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_conv_algorithm_picker.cc | 956 HloInstruction* new_call = computation->AddInstruction( in RunOnInstruction() local 962 new_call->SetAndSanitizeName(instr->name()); in RunOnInstruction() 965 << new_call->ToString(); in RunOnInstruction() 967 TF_RETURN_IF_ERROR(new_call->set_backend_config(backend_config)); in RunOnInstruction() 974 new_call_shape.tuple_shapes(0), new_call, 0)), in RunOnInstruction()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | tensor_list_ops_decomposition.cc | 444 auto new_call = builder.create<CallOp>( in HandlePartitionedCallOp() local 447 new_call->setAttr( in HandlePartitionedCallOp() 452 (*buffer_to_size)[new_call.getResult(std::get<0>(entry))] = { in HandlePartitionedCallOp() 453 new_call.getResult(std::get<1>(entry)), std::get<2>(entry)}; in HandlePartitionedCallOp() 456 new_call.getResults().take_front(call.getNumResults())); in HandlePartitionedCallOp()
|
D | stack_ops_decomposition.cc | 280 auto new_call = builder.create<CallOp>( in HandlePartitionedCallOp() local 283 new_call->setAttr( in HandlePartitionedCallOp() 299 call.replaceAllUsesWith(new_call); in HandlePartitionedCallOp()
|
D | resource_op_lifting.cc | 1113 auto new_call = builder.create<CallOpType>( in UpdatePartitionedCallOpWithNewCallee() local 1117 new_call->setAttr("f", in UpdatePartitionedCallOpWithNewCallee() 1121 new_call, lifting_info.arg_data_type_and_updated_output_index); in UpdatePartitionedCallOpWithNewCallee() 1127 new_call.getResult(lifting_info.old_to_new_output_indices[i])); in UpdatePartitionedCallOpWithNewCallee()
|
D | tensor_array_ops_decomposition.cc | 752 auto new_call = builder.create<CallOp>( in HandlePartitionedCallOp() local 755 new_call->setAttr( in HandlePartitionedCallOp() 763 call.replaceAllUsesWith(new_call); in HandlePartitionedCallOp()
|
/external/grpc-grpc/test/core/end2end/fuzzers/ |
D | api_fuzzer.cc | 548 static call_state* new_call(call_state* sibling, call_state_type type) { in new_call() function 717 g_active_call = new_call(nullptr, ROOT); in LLVMFuzzerTestOneInput() 931 call_state* cs = new_call(g_active_call, CLIENT); in LLVMFuzzerTestOneInput() 1129 call_state* cs = new_call(g_active_call, PENDING_SERVER); in LLVMFuzzerTestOneInput()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validation_state.cpp | 1254 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeFunctionToEntryPointMapping() local 1255 call_stack.push(new_call); in ComputeFunctionToEntryPointMapping() 1267 for (const uint32_t new_call : func.function_call_targets()) { in ComputeRecursiveEntryPoints() local 1268 call_stack.push(new_call); in ComputeRecursiveEntryPoints() 1287 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeRecursiveEntryPoints() local 1288 call_stack.push(new_call); in ComputeRecursiveEntryPoints()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validation_state.cpp | 1298 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeFunctionToEntryPointMapping() local 1299 call_stack.push(new_call); in ComputeFunctionToEntryPointMapping() 1311 for (const uint32_t new_call : func.function_call_targets()) { in ComputeRecursiveEntryPoints() local 1312 call_stack.push(new_call); in ComputeRecursiveEntryPoints() 1331 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeRecursiveEntryPoints() local 1332 call_stack.push(new_call); in ComputeRecursiveEntryPoints()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf_communication.cc | 387 auto new_call = builder.create<func::CallOp>( in RewriteCallOp() local 391 for (auto results : llvm::zip(call.getResults(), new_call.getResults())) in RewriteCallOp() 394 return new_call.getResults().back(); in RewriteCallOp()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validation_state.cpp | 1380 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeFunctionToEntryPointMapping() local 1381 call_stack.push(new_call); in ComputeFunctionToEntryPointMapping() 1393 for (const uint32_t new_call : func.function_call_targets()) { in ComputeRecursiveEntryPoints() local 1394 call_stack.push(new_call); in ComputeRecursiveEntryPoints() 1413 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeRecursiveEntryPoints() local 1414 call_stack.push(new_call); in ComputeRecursiveEntryPoints()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_resolve_ast.c | 5987 …struct cil_call *new_call = ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data… in test_cil_resolve_call1_paramsflavor_neg() local 5988 …cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCK… in test_cil_resolve_call1_paramsflavor_neg() 5989 new_call->macro = (struct cil_macro*)macro_node->data; in test_cil_resolve_call1_paramsflavor_neg() 5990 struct cil_list_item *item = new_call->macro->params->head; in test_cil_resolve_call1_paramsflavor_neg() 6018 …struct cil_call *new_call = ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data… in test_cil_resolve_call1_unknownflavor_neg() local 6019 …cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCK… in test_cil_resolve_call1_unknownflavor_neg() 6020 new_call->macro = (struct cil_macro*)macro_node->data; in test_cil_resolve_call1_unknownflavor_neg() 6021 struct cil_list_item *item = new_call->macro->params->head; in test_cil_resolve_call1_unknownflavor_neg()
|