OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computation_changed
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
reduce_precision_insertion.cc
105
bool
computation_changed
= false;
local
133
computation_changed
|= instruction_changed;
155
computation_changed
= true;
160
return
computation_changed
;
165
bool
computation_changed
= false;
local
185
computation_changed
|= instruction_changed;
189
computation_changed
|= instruction_changed;
193
return
computation_changed
;
201
StatusOr<bool>
computation_changed
;
local
205
computation_changed
= ReducePrecisionInsertion::insert_on_inputs
[
all
...]
map_inliner.cc
118
TF_ASSIGN_OR_RETURN(bool
computation_changed
, visitor.Run(computation));
119
changed |=
computation_changed
;
Completed in 1070 milliseconds