Home
last modified time | relevance | path

Searched defs:Combine (Results 1 – 25 of 45) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dvariable_ops.cc190 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anon798bfbf40111::ResourceScatterAddOp
203 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anon798bfbf40111::ResourceScatterSubOp
216 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anon798bfbf40111::ResourceScatterMulOp
229 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anon798bfbf40111::ResourceScatterDivOp
242 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anon798bfbf40111::ResourceScatterMinOp
255 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anon798bfbf40111::ResourceScatterMaxOp
285 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anon798bfbf40111::ResourceScatterNdAddOp
299 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anon798bfbf40111::ResourceScatterNdSubOp
Dsegment_reduction_ops.cc136 xla::XlaOp Combine(xla::XlaOp a, xla::XlaOp b) override { return a + b; }; in Combine() function in tensorflow::__anon387da8ad0111::UnsortedSegmentSum
151 xla::XlaOp Combine(xla::XlaOp a, xla::XlaOp b) override { return a * b; }; in Combine() function in tensorflow::__anon387da8ad0111::UnsortedSegmentProd
166 xla::XlaOp Combine(xla::XlaOp a, xla::XlaOp b) override { in Combine() function in tensorflow::__anon387da8ad0111::UnsortedSegmentMin
183 xla::XlaOp Combine(xla::XlaOp a, xla::XlaOp b) override { in Combine() function in tensorflow::__anon387da8ad0111::UnsortedSegmentMax
/external/vulkan-validation-layers/layers/
Dhash_util.h71 HashCombiner &Combine(const Value &value) { in Combine() function
77 HashCombiner &Combine(Iterator first, Iterator end) { in Combine() function
87 HashCombiner &Combine(const std::vector<Value> &vector) { in Combine() function
/external/llvm-project/flang/include/flang/Evaluate/
Dtraverse.h244 Result Combine(const A &x, const Bs &...ys) const { in Combine() function
263 static bool Combine(bool x, bool y) { return x && y; } in Combine() function
276 static Result Combine(Result &&x, Result &&y) { in Combine() function
294 static Set Combine(Set &&x, Set &&y) { in Combine() function
/external/vixl/src/
Dcpu-features.cc66 void CPUFeatures::Combine(const CPUFeatures& other) { in Combine() function in vixl::CPUFeatures
70 void CPUFeatures::Combine(Feature feature) { in Combine() function in vixl::CPUFeatures
Dcpu-features.h311 void Combine(T first, U... others) { in Combine() function
/external/skia/src/core/
DSkEdgeBuilder.h33 enum Combine { enum
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Derror_util.cc49 Status StatusScopedDiagnosticHandler::Combine(Status status) { in Combine() function in mlir::StatusScopedDiagnosticHandler
/external/libbrillo/brillo/
Dmime_utils_test.cc11 TEST(MimeUtils, Combine) { in TEST() argument
Durl_utils_test.cc11 TEST(UrlUtils, Combine) { in TEST() argument
Dsecure_blob.cc83 SecureBlob SecureBlob::Combine(const SecureBlob& blob1, in Combine() function in brillo::SecureBlob
Durl_utils.cc66 std::string url::Combine(const std::string& url, const std::string& subpath) { in Combine() function in brillo::url
Dmime_utils.cc107 std::string mime::Combine(const std::string& type, in Combine() function in brillo::mime
/external/skqp/src/core/
DSkEdgeBuilder.h33 enum Combine { enum
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_metrics_db_combiner.cc105 void OpMetricsDbCombiner::Combine(const OpMetricsDb& src) { in Combine() function in tensorflow::profiler::OpMetricsDbCombiner
/external/mesa3d/src/gtest/include/gtest/
Dgtest-param-test.h410 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine() function
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-param-test.h410 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine() function
/external/skqp/src/gpu/
DGrProcessorAnalysis.h64 static GrProcessorAnalysisColor Combine(const GrProcessorAnalysisColor& a, in Combine() function
/external/skia/src/gpu/
DGrProcessorAnalysis.h64 static GrProcessorAnalysisColor Combine(const GrProcessorAnalysisColor& a, in Combine() function
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-param-test.h407 internal::CartesianProductHolder<Generator...> Combine(const Generator &... g) { in Combine() function
/external/googletest/googletest/include/gtest/
Dgtest-param-test.h405 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine() function
/external/vixl/src/aarch64/
Doperands-aarch64.h110 void Combine(const CPURegList& other) { in Combine() function
128 void Combine(const CPURegister& other) { in Combine() function
142 void Combine(int code) { in Combine() function
/external/webrtc/modules/audio_mixer/
Dframe_combiner.cc143 void FrameCombiner::Combine(const std::vector<AudioFrame*>& mix_list, in Combine() function in webrtc::FrameCombiner
/external/llvm-project/clang-tools-extra/clangd/unittests/
DConfigProviderTests.cpp59 TEST(ProviderTest, Combine) { in TEST() argument
/external/vixl/tools/
Dutil.py207 def Combine(self, rc): member in ReturnCode

12