Searched refs:map_root (Results 1 – 4 of 4) sorted by relevance
52 int map_root; member90 static void do_unshare(int map_root) in do_unshare() argument99 if (map_root) { in do_unshare()123 do_unshare(tc->map_root); in do_getxattr()
278 reserved 1; // Deprecated: Was timestamp_nanos. Use map_root.279 reserved 2; // Deprecated: Was root_hash. Use map_root.280 reserved 3; // Deprecated: Was MapperMetadata. Use map_root.282 reserved 6; // Deprecated: Was map_revision. Use map_root.283 reserved 7; // Deprecated: Was metadata Any. Use map_root.284 reserved 8; // Deprecated: Was metadata bytes. Use map_root.286 // map_root holds the TLS-serialization of the following structure (described288 // VerifySignedMapRoot before deserializing map_root.302 bytes map_root = 9; field
5572 auto* map_root = map_computation->root_instruction(); in HandleMap() local5573 if (map_root->opcode() == HloOpcode::kParameter) { in HandleMap()5575 map, map->mutable_operand(map_root->parameter_number())); in HandleMap()5578 if (map_root->opcode() == HloOpcode::kConstant) { in HandleMap()5579 if (!ShapeUtil::IsScalar(map_root->shape())) { in HandleMap()5582 auto clone = map_root->CloneWithNewOperands(map_root->shape(), {}); in HandleMap()5593 if (map_root->opcode() == HloOpcode::kFusion || !map_root->IsElementwise()) { in HandleMap()5597 for (auto* root_operand : map_root->operands()) { in HandleMap()5604 auto clone = map_root->CloneWithNewOperands(map->shape(), new_operands); in HandleMap()
1378 auto map_root = map_builder.AddInstruction( in TEST_F() local1410 auto& map_root_alloc = GetTopLevelAllocation(*assignment, map_root); in TEST_F()