Home
last modified time | relevance | path

Searched defs:Combine (Results 1 – 25 of 39) 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::__anonca7dba980111::ResourceScatterAddOp
203 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anonca7dba980111::ResourceScatterSubOp
216 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anonca7dba980111::ResourceScatterMulOp
229 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anonca7dba980111::ResourceScatterDivOp
242 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anonca7dba980111::ResourceScatterMinOp
255 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anonca7dba980111::ResourceScatterMaxOp
285 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anonca7dba980111::ResourceScatterNdAddOp
299 static xla::XlaOp Combine(const xla::XlaOp& x, const xla::XlaOp& y, in Combine() function in tensorflow::__anonca7dba980111::ResourceScatterNdSubOp
Dsegment_reduction_ops.cc104 xla::XlaOp Combine(xla::XlaOp a, xla::XlaOp b) override { return a + b; }; in Combine() function in tensorflow::__anon970a1fd10111::UnsortedSegmentSum
119 xla::XlaOp Combine(xla::XlaOp a, xla::XlaOp b) override { return a * b; }; in Combine() function in tensorflow::__anon970a1fd10111::UnsortedSegmentProd
134 xla::XlaOp Combine(xla::XlaOp a, xla::XlaOp b) override { in Combine() function in tensorflow::__anon970a1fd10111::UnsortedSegmentMin
151 xla::XlaOp Combine(xla::XlaOp a, xla::XlaOp b) override { in Combine() function in tensorflow::__anon970a1fd10111::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/v8/src/codegen/arm64/
Dassembler-arm64-inl.h56 inline void CPURegList::Combine(const CPURegList& other) { in Combine() function
68 inline void CPURegList::Combine(const CPURegister& other) { in Combine() function
84 inline void CPURegList::Combine(int code) { in Combine() function
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_metrics_db_combiner.cc48 void OpMetricsDbCombiner::Combine(const OpMetricsDb& src) { in Combine() function in tensorflow::profiler::OpMetricsDbCombiner
/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_unittest.cc11 TEST(MimeUtils, Combine) { in TEST() argument
Durl_utils_unittest.cc11 TEST(UrlUtils, Combine) { in TEST() argument
Dsecure_blob.cc66 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/vixl/src/
Dcpu-features.cc88 void CPUFeatures::Combine(const CPUFeatures& other) { in Combine() function in vixl::CPUFeatures
92 void CPUFeatures::Combine(Feature feature0, in Combine() function in vixl::CPUFeatures
/external/webrtc/webrtc/system_wrappers/source/
Ddata_log_no_op.cc24 std::string DataLog::Combine(const std::string& table_name, int table_id) { in Combine() function in webrtc::DataLog
Ddata_log.cc283 std::string DataLog::Combine(const std::string& table_name, int table_id) { in Combine() function in webrtc::DataLog
/external/mesa3d/src/gtest/include/gtest/
Dgtest-param-test.h410 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine() function
/external/googletest/googletest/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/skqp/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/vixl/src/aarch64/
Doperands-aarch64.h594 void Combine(const CPURegList& other) { in Combine() function
612 void Combine(const CPURegister& other) { in Combine() function
626 void Combine(int code) { in Combine() function
/external/vixl/tools/
Dutil.py206 def Combine(self, rc): member in ReturnCode
/external/tensorflow/tensorflow/core/util/
Dequal_graph_def_test.cc43 Node* Combine(ops::NodeOut a, ops::NodeOut b, in Combine() function
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-param-test.h1268 internal::CartesianProductHolder2<Generator1, Generator2> Combine( in Combine() function
1275 internal::CartesianProductHolder3<Generator1, Generator2, Generator3> Combine( in Combine() function
1284 Generator4> Combine( in Combine() function
1295 Generator4, Generator5> Combine( in Combine() function
1306 Generator4, Generator5, Generator6> Combine( in Combine() function
1318 Generator4, Generator5, Generator6, Generator7> Combine( in Combine() function
1331 Generator4, Generator5, Generator6, Generator7, Generator8> Combine( in Combine() function
1345 Generator9> Combine( in Combine() function
1360 Generator10> Combine( in Combine() function

12