OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fuel
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
multi_output_fusion.h
51
MultiOutputFusion(int64
fuel
) : fuel_(
fuel
) {}
107
// Optimization
fuel
is a compiler debugging technique that makes an
109
// program, where N is the
fuel
. By varying N, this can be used to find the
/external/tensorflow/tensorflow/compiler/jit/
mark_for_compilation_pass.cc
463
int64&
fuel
= GetMarkForCompilationPassFlags()->tf_xla_clustering_fuel;
local
465
// Iterate over nodes in sorted order so that compiler
fuel
is deterministic.
475
if (
fuel
>= std::numeric_limits<int64>::max() / 2) {
476
// The assumption is that if
fuel
started out as INT64_MAX, it will forever
478
VLOG(2) << "Starting
fuel
: infinity";
480
VLOG(2) << "Starting
fuel
: " <<
fuel
;
484
if (
fuel
<= 0) {
486
<< "Hit
fuel
limit; not marking any remaining ops as clusterable.";
628
--
fuel
;
[
all
...]
/external/u-boot/doc/
README.power-framework
20
devices are now available on the board - namely power managers (PMIC),
fuel
/external/replicaisland/src/com/replica/replicaisland/
HudSystem.java
169
public void setFuelDrawable(DrawableBitmap
fuel
, DrawableBitmap background) {
170
mFuelDrawable =
fuel
;
Completed in 319 milliseconds