Searched defs:new_root (Results 1 - 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dparallel_task_assignment.cc219 auto* new_root = call->to_apply()->root_instruction(); local
220 new_root->set_outer_dimension_partitions(dim_partition_counts);
223 << " to instruction: " << new_root->name()
224 << " parent: " << new_root->parent()->name();
/external/ltp/testcases/kernel/security/tomoyo/
H A Dinclude.h74 static inline int pivot_root(const char *new_root, const char *put_old) argument
76 return syscall(__NR_pivot_root, new_root, put_old);
79 static inline int pivot_root(const char *new_root, const char *put_old) argument
/external/e2fsprogs/lib/ext2fs/
H A Dextent.c909 int new_root = 0; local
998 new_root = 1;
1101 if (new_root) {
/external/tensorflow/tensorflow/core/common_runtime/
H A Dplacer.cc224 int new_root, old_root; local
230 new_root = y_root;
237 new_root = x_root;
246 new_root = x_root;
250 Member& new_root_member = members_[new_root];
/external/freetype/src/psaux/
H A Dcffdecode.c1733 FT_Fixed new_root; local
1738 new_root = ( root + FT_DivFix( args[0], root ) + 1 ) >> 1;
1739 if ( new_root == root )
1741 root = new_root;
1743 args[0] = new_root;
H A Dpsintrp.c2263 FT_Fixed new_root; local
2269 new_root = ( root + FT_DivFix( arg, root ) + 1 ) >> 1;
2270 if ( new_root == root )
2272 root = new_root;
2274 arg = new_root;
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcopy_insertion_test.cc317 HloInstruction* new_root = module->entry_computation()->root_instruction(); local
318 EXPECT_NE(old_root, new_root);
321 new_root,
H A Dhlo_instruction.cc1037 HloInstruction* new_root = fused_instructions_computation()->AddInstruction( local
1039 fused_instructions_computation()->set_root_instruction(new_root);
1040 shape_ = new_root->shape();

Completed in 673 milliseconds