Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dvariable_ops.cc191 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anondb9b29f90111::ResourceScatterAddOp
204 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anondb9b29f90111::ResourceScatterSubOp
217 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anondb9b29f90111::ResourceScatterMulOp
230 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anondb9b29f90111::ResourceScatterDivOp
243 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anondb9b29f90111::ResourceScatterMinOp
256 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anondb9b29f90111::ResourceScatterMaxOp
286 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anondb9b29f90111::ResourceScatterNdAddOp
300 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anondb9b29f90111::ResourceScatterNdSubOp
Dsegment_reduction_ops.cc138 xla::XlaOp Combine(xla::XlaOp a, xla::XlaOp b) override { return a + b; }; in Combine() function in tensorflow::__anon55b56c520111::UnsortedSegmentSum
153 xla::XlaOp Combine(xla::XlaOp a, xla::XlaOp b) override { return a * b; }; in Combine() function in tensorflow::__anon55b56c520111::UnsortedSegmentProd
168 xla::XlaOp Combine(xla::XlaOp a, xla::XlaOp b) override { in Combine() function in tensorflow::__anon55b56c520111::UnsortedSegmentMin
185 xla::XlaOp Combine(xla::XlaOp a, xla::XlaOp b) override { in Combine() function in tensorflow::__anon55b56c520111::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/armnn/include/armnn/
DMemorySources.hpp36 MemorySourceFlags Combine(Arg sourceA, Arg sourceB) in Combine() function
42 MemorySourceFlags Combine(Arg source, Args... rest) 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/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/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Derror_util.cc66 Status StatusScopedDiagnosticHandler::Combine(Status status) { in Combine() function in mlir::StatusScopedDiagnosticHandler
/external/perfetto/include/perfetto/ext/base/
Dhash.h67 static uint64_t Combine(Ts&&... args) { in Combine() function
/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/skia/src/gpu/
DGrProcessorAnalysis.h64 static GrProcessorAnalysisColor Combine(const GrProcessorAnalysisColor& a, in Combine() function
/external/googletest/googletest/include/gtest/
Dgtest-param-test.h405 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine() function
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-param-test.h410 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { 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/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/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/vixl/tools/
Dutil.py207 def Combine(self, rc): member in ReturnCode
/external/libchrome/components/policy/core/common/
Dschema_registry.cc187 void CombinedSchemaRegistry::Combine(bool has_new_schemas) { in Combine() function in policy::CombinedSchemaRegistry

12