OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddReduce
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
vector_support_library.cc
254
llvm::Value* VectorSupportLibrary::
AddReduce
(llvm::Value* vector) {
349
[this](llvm::Value* vector) { return
AddReduce
(vector); });
/external/tensorflow/tensorflow/compiler/xla/service/
algebraic_simplifier.cc
314
HloInstruction*
AddReduce
(HloInstruction* hlo, absl::Span<const int64> dims) {
326
HloInstruction*
AddReduce
(HloInstruction* hlo, int64 dim) {
327
return
AddReduce
(hlo, std::vector<int64>{dim});
[
all
...]
Completed in 1485 milliseconds