OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fused_param
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.cc
605
user->fused_parameters(), [&](HloInstruction*
fused_param
) {
606
return user->operand(
fused_param
->parameter_number()) == operand;
672
absl::c_find_if(fused_params, [&](HloInstruction*
fused_param
) {
673
return fusion->operand(
fused_param
->parameter_number()) == operand;
678
auto*
fused_param
= *fused_param_it;
local
681
GetAllUsesOfInstructionAtIndex(
fused_param
, operand_index);
[
all
...]
hlo_verifier.cc
522
for (HloInstruction*
fused_param
: fused_parameters) {
523
int64 param_no =
fused_param
->parameter_number();
524
if (!ShapesSame(
fused_param
->shape(), fusion->operand(param_no)->shape())) {
[
all
...]
hlo_instructions.cc
[
all
...]
Completed in 728 milliseconds