Home
last modified time | relevance | path

Searched defs:Add (Results 776 – 800 of 1197) sorted by relevance

1...<<31323334353637383940>>...48

/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Dappend_slices_op.cc244 void Add(tensorflow::StringPiece key, tensorflow::StringPiece val) override { in Add() function in fcp::__anoncdcc8cda0111::TableBuilder
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Dfloat.go1447 func (z *Float) Add(x, y *Float) *Float { func
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dir_builder_mixin.h38 llvm::Value* Add(Args&&... args) { in Add() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h470 void Add(ExplodedNode *N) { in Add() function
/aosp_15_r20/external/llvm/unittests/IR/
H A DConstantRangeTest.cpp331 TEST_F(ConstantRangeTest, Add) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dutils.cc347 void TensorSizeHistogram::Add(const uint64 value) { in Add() function in tensorflow::grappler::TensorSizeHistogram
/aosp_15_r20/prebuilts/go/linux-x86/test/chan/
Dpowser1.go334 func Add(U, V PS) PS { func
Dpowser2.go348 func Add(U, V PS) PS { func
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h470 void Add(ExplodedNode *N) { in Add() function
/aosp_15_r20/external/executorch/backends/apple/mps/test/
H A Dtest_mps_binary_ops.py13 class Add(torch.nn.Module): class in TestMPSAdd
/aosp_15_r20/art/tools/dexanalyze/
H A Ddexanalyze_bytecode.cc525 void NewRegisterInstructions::Add(Instruction::Code opcode, const Instruction& inst) { in Add() function in art::dexanalyze::NewRegisterInstructions
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/tests/
Dquick.rs271 Add(K, V), enumerator
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle_types.hpp458 void Add(uint8_t aRouterId) { mRouterIdSet[aRouterId / 8] |= MaskFor(aRouterId); } in Add() function in ot::Mle::RouterIdSet
/aosp_15_r20/external/cronet/base/test/launcher/
H A Dtest_results_tracker.cc52 void Add(const TestResult& result) { in Add() function
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dxplane_to_tf_data_stats.cc487 void CombinedTfDataStatsBuilder::Add(absl::string_view host_name, in Add() function in tensorflow::profiler::CombinedTfDataStatsBuilder
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h470 void Add(ExplodedNode *N) { in Add() function
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Dlogging.cc113 void TFLogSinks::Add(TFLogSink* sink) { in Add() function in tensorflow::internal::__anon81f52f100111::TFLogSinks
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2133 SDValue Add = DAG.FoldConstantArithmetic(ISD::ADD, DL, VT, N1.getNode(), in visitADDLike() local
2458 SDValue Add = DAG.getNode(ISD::ADD, DL, VT, N0.getOperand(0), N1); in visitADDLikeCommutative() local
3166 SDValue Add = DAG.getNode(ISD::ADD, DL, VT, N0, N1.getOperand(0)); in visitSUB() local
3193 SDValue Add = DAG.getNode(ISD::ADD, DL, VT, N0.getOperand(1), N1); in visitSUB() local
3842 SDValue Add = DAG.getNode(ISD::ADD, DL, VT, N0, Srl); in visitSDIVLike() local
3963 SDValue Add = DAG.getNode(ISD::ADD, DL, ADDVT, N1.getOperand(1), Trunc); in visitUDIVLike() local
4016 SDValue Add = DAG.getNode(ISD::ADD, DL, VT, N1, NegOne); in visitREM() local
4023 SDValue Add = DAG.getNode(ISD::ADD, DL, VT, N1, NegOne); in visitREM() local
4601 SDValue Add = DAG.getNode(ISD::ADD, SDLoc(N0), OpVT, LL, One); in foldLogicOfSetCCs() local
4638 SDValue Add = DAG.getNode(ISD::ADD, DL, OpVT, LL, OffsetC); in foldLogicOfSetCCs() local
[all …]
/aosp_15_r20/art/compiler/optimizing/
H A Dbounds_check_elimination.cc238 ValueBound Add(int32_t c, /* out */ bool* overflow, /* out */ bool* underflow) const { in Add() function in art::ValueBound
336 ValueRange* Add(int32_t constant) const { in Add() function in art::ValueRange
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp864 unsigned Add) { in DecodeVecShiftRImm()
870 unsigned Add) { in DecodeVecShiftLImm()
/aosp_15_r20/tools/netsim/src/hci/
H A Dbluetooth_facade.cc343 uint32_t Add(uint32_t chip_id, const std::string &address_string, in Add() function
/aosp_15_r20/external/cronet/net/base/
H A Dprioritized_dispatcher_unittest.cc52 void Add(bool at_head) { in Add() function in net::__anonc87dac8f0111::PrioritizedDispatcherTest::TestJob
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_cpp_codegen.cpp59 TEST(CppPrinter, Add) { in TEST() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCInstrDesc.h186 Add, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dvector_support_library.cc73 llvm::Value* VectorSupportLibrary::Add(llvm::Value* lhs, llvm::Value* rhs) { in Add() function in xla::cpu::VectorSupportLibrary

1...<<31323334353637383940>>...48