Home
last modified time | relevance | path

Searched refs:profit (Results 1 – 25 of 39) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dmulti_output_fusion.cc96 int64 profit = GetProfit(instruction, candidate); in Run() local
97 if (profit > 0) { in Run()
100 instr_node.fusibles.emplace_back(candidate, profit); in Run()
101 candidate_node.fusibles.emplace_back(instruction, profit); in Run()
102 worklist_.emplace(instruction, candidate, profit); in Run()
185 int64 profit = GetProfit(instr, fusion); in Update() local
186 if (profit > it->second) { in Update()
187 it->second = profit; in Update()
188 new_fusibles.emplace_back(instr, profit); in Update()
204 int64 profit = GetProfit(instr, fusion); in Update() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dmulti_output_fusion.cc68 int64 profit = 0; in GetProfit() local
73 profit += ShapeUtil::ByteSizeOf(instr->shape()); in GetProfit()
76 << ", the profit is =" << profit; in GetProfit()
77 return profit; in GetProfit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp100 int32_t profit(const MachineInstr *MI) const;
101 int32_t profit(unsigned Reg) const;
316 int32_t HexagonSplitDoubleRegs::profit(const MachineInstr *MI) const { in profit() function in HexagonSplitDoubleRegs
378 return profit(Rs) + profit(Rt); in profit()
403 int32_t HexagonSplitDoubleRegs::profit(unsigned Reg) const { in profit() function in HexagonSplitDoubleRegs
415 return profit(DefI); in profit()
429 int32_t P = profit(DefI); in isProfitable()
461 int32_t P = profit(UseI); in isProfitable()
/external/ImageMagick/PerlMagick/default/
DMagick.pm.in3 # Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
DMakefile.PL.in1 # Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
/external/ImageMagick/MagickCore/
Dversion.h_vms2 Copyright 1999-2015 ImageMagick Studio LLC, a non-profit organization
Dversion.h.in2 Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp78 int32_t profit(const MachineInstr *MI) const;
300 int32_t HexagonSplitDoubleRegs::profit(const MachineInstr *MI) const { in profit() function in HexagonSplitDoubleRegs
382 int32_t P = profit(DefI); in isProfitable()
415 int32_t P = profit(UseI); in isProfitable()
/external/icu/icu4j/perf-tests/data/conversion/
Denglish.txt18 The Unicode Consortium is a non-profit organization founded to develop, extend and promote use of t…
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in3 # Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
DMakefile.PL.in1 # Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
/external/ImageMagick/PerlMagick/
DMakefile.PL.in1 # Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
/external/autotest/client/profilers/powertop/src/po/
Dfr.po463 "Cela sacrifiera légèrement les performances réseau au profit de l'économie d'énergie."
475 "Cela sacrifiera légèrement les performances réseau au profit de l'économie d'énergie."
/external/ImageMagick/
DNOTICE5 Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization dedicated
DLICENSE41 Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization dedicated to making software …
/external/chromium-trace/catapult/third_party/zipfile/
DLICENSE19 non-profit organization created specifically to own Python-related
/external/python/cpython2/
DLICENSE18 https://www.python.org/psf/) was formed, a non-profit organization
/external/python/cpython3/
DNOTICE18 https://www.python.org/psf/) was formed, a non-profit organization
DLICENSE18 https://www.python.org/psf/) was formed, a non-profit organization
/external/v8/third_party/v8/builtins/
DLICENSE18 https://www.python.org/psf/) was formed, a non-profit organization
/external/python/cpython2/Mac/BuildScript/resources/
DLicense.rtf18 …tware Foundation (PSF, see http://www.python.org/psf/) was formed, a non-profit organization creat…
/external/python/cpython3/Mac/BuildScript/resources/
DLicense.rtf18 …tware Foundation (PSF, see http://www.python.org/psf/) was formed, a non-profit organization creat…
/external/python/cpython3/Doc/faq/
Dgeneral.rst35 The Python Software Foundation is an independent non-profit organization that
/external/python/cpython2/Doc/faq/
Dgeneral.rst35 The Python Software Foundation is an independent non-profit organization that
/external/curl/docs/
DTheArtOfHttpScripting79 doing HTTP requests for fun and profit. I'll assume that you know how to

12