Home
last modified time | relevance | path

Searched refs:VLOG (Results 1 – 25 of 747) sorted by relevance

12345678910>>...30

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_analysis.cc54 VLOG(2) << "GetGTEOperandIndex(" << instr->ToString() << ", " in GetGTEOperandIndex()
62 VLOG(2) << "instr does not have a gte operand."; in GetGTEOperandIndex()
74 VLOG(2) in GetGTEOperandIndex()
102 VLOG(2) << "Aux Induction Variables for loop:" << while_op->ToShortString(); in GetAuxiliaryLoopInductionVars()
103 VLOG(2) << "the parameter instr:" << while_body_param->ToShortString(); in GetAuxiliaryLoopInductionVars()
104 VLOG(2) << "the parameter user count:" << while_body_param->users().size(); in GetAuxiliaryLoopInductionVars()
124 VLOG(2) << "two extractions at same index:" << indx_instr->ToString(); in GetAuxiliaryLoopInductionVars()
127 VLOG(2) << "inserting extraction :" << indx_instr->ToString(); in GetAuxiliaryLoopInductionVars()
130 VLOG(2) << "total extractions size:" << extractions.size() << std::endl; in GetAuxiliaryLoopInductionVars()
137 VLOG(2) << "While body root is not a tuple:" << while_body_root->ToString(); in GetAuxiliaryLoopInductionVars()
[all …]
Dconditional_code_motion.cc258 VLOG(2) << "Looking for " << op_i->ToString() << "\n"; in CopyInOrOutOfConditional()
262 VLOG(2) << "new instruction:" << new_op_i->ToString() << "\n"; in CopyInOrOutOfConditional()
268 VLOG(2) << "new instruction:" << new_op_i->ToString() << "\n"; in CopyInOrOutOfConditional()
279 VLOG(2) << "new instruction:" << new_op_i->ToString() << "\n"; in CopyInOrOutOfConditional()
291 VLOG(2) << "new instruction:" << new_instruction->ToString() << "\n"; in CopyInOrOutOfConditional()
386 VLOG(2) << "computation after root restructure:\n" << computation->ToString(); in RestructureConditionalInstruction()
408 VLOG(2) << "BEFORE :" << conditional->parent()->parent()->ToString(); in ConvertSpecialMove()
501 VLOG(2) << "Hoisting instruction:" << hoist->ToString(); in ConvertSpecialMove()
515 VLOG(2) << "Hoisted instruction in parent:" << hoisted->ToString(); in ConvertSpecialMove()
522 VLOG(2) << "AFTER :" << conditional->parent()->parent()->ToString(); in ConvertSpecialMove()
[all …]
Dreshape_mover.cc107 VLOG(5) << "Found first non-trivial reshape operand of " in FirstNonScalarAndNonTrivialReshapeOperand()
149 VLOG(5) << "Adding reshape to kConstant operand"; in UpdateOperand()
154 VLOG(5) << "Adding transpose to kConstant operand"; in UpdateOperand()
163 VLOG(5) << "Cloning kRng operand with new shape"; in UpdateOperand()
169 VLOG(5) << "Using existing operand of kReshape or kTranspose"; in UpdateOperand()
176 VLOG(5) << "Changing broadcast from " << operand->ToString() << " to " in UpdateOperand()
193 VLOG(3) << "** Sinking reshape or transpose: " in PerformSinkReshapeOrTranspose()
208 VLOG(3) << "Updating operand #" << i << ": " in PerformSinkReshapeOrTranspose()
242 VLOG(3) << "Creating new reshape for new elementwise op: " in PerformSinkReshapeOrTranspose()
267 VLOG(5) << "** Checking instruction: " in IsReshapeMoveCandidate()
[all …]
Dhlo_ordering.cc66 VLOG(4) << "Ancestors in a common computation could not be found between" in GetExecutionConstraint()
138 VLOG(1) << "Cannot determine order between:" << a->ToString() << "\n" in GetExecutionConstraint()
218 VLOG(4) << "UseIsBeforeValueDefinition(use=" << use in UsesBeforeValueDefinition()
230 VLOG(4) in UsesBeforeValueDefinition()
248 VLOG(4) << " use and value def are in exclusive branches."; in UsesBeforeValueDefinition()
251 VLOG(4) << "Allowing them to share buffer.\n"; in UsesBeforeValueDefinition()
254 VLOG(4) << "value def has escaped use in conditional. \n"; in UsesBeforeValueDefinition()
258 VLOG(4) in UsesBeforeValueDefinition()
275 VLOG(4) << " use is while " << use.instruction->name() in UsesBeforeValueDefinition()
283 VLOG(4) << " use is while " << use.instruction->name() in UsesBeforeValueDefinition()
[all …]
Dmemory_space_assignment_utils.cc30 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory()
37 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory()
53 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory()
69 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory()
73 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory()
84 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory()
88 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory()
97 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory()
Dall_reduce_combiner.cc53 VLOG(1) << "Combined " << to_combine.size() << " CRS ops"; in CombineAllReduces()
63 VLOG(1) << "Combining set"; in CombineAllReduces()
65 VLOG(1) << "Set element: " << hlo->ToString(); in CombineAllReduces()
94 VLOG(1) << "Replacing with : " << combined->ToString(); in CombineAllReduces()
193 VLOG(1) << "Skipping due to non-trivial reduction function."; in CreateComputationGroups()
232 VLOG(1) << "Skipping due to non-trivial reduction function."; in CreateComputationGroups()
268 VLOG(1) << "Running AllReduceCombiner with threshold of " in Run()
272 VLOG(1) << "Skip AllReduceCombiner because the threshold is zero"; in Run()
277 VLOG(1) << "Skip AllReduceCombiner because the module contains all-reduce " in Run()
331 VLOG(1) << "Considering HLO " << instructions.front()->ToString() in Run()
[all …]
Dhlo_sharding_metadata.cc54 VLOG(4) << " " << instruction->name() << " to " << sharding; in SetSingleSharding()
104 VLOG(2) << "Found passthrough domain link:"; in LocatePassThroughDomainLinks()
105 VLOG(2) << " " << user->ToString(); in LocatePassThroughDomainLinks()
106 VLOG(2) << " " << instruction->ToString(); in LocatePassThroughDomainLinks()
111 VLOG(2) << "Found passthrough domain link:"; in LocatePassThroughDomainLinks()
112 VLOG(2) << " <root>"; in LocatePassThroughDomainLinks()
113 VLOG(2) << " " << instruction->ToString(); in LocatePassThroughDomainLinks()
153 VLOG(4) << "Applying " << sharding << " sharding"; in ApplyDomainSingleSharding()
160 VLOG(4) << " " << instruction->name() << " already has sharding " in ApplyDomainSingleSharding()
333 VLOG(4) << " " << instruction->name() << " to sharding " in ApplyDomainShardingPass()
[all …]
Dhlo_domain_verifier.cc66 VLOG(4) << "Running HLO Domain Verifier"; in Run()
92 VLOG(4) << "Reach set:"; in VerifyDomain()
94 VLOG(4) << " " << instruction->name(); in VerifyDomain()
96 VLOG(4) << " Domains:"; in VerifyDomain()
99 VLOG(4) << " User side: " << instruction->name(); in VerifyDomain()
100 VLOG(4) << " " << meta.ToString(); in VerifyDomain()
111 VLOG(4) << " Operand side: " << instruction->name(); in VerifyDomain()
112 VLOG(4) << " " << meta.ToString(); in VerifyDomain()
Dhlo_pass_fix.h42 VLOG(3) << "Running HloPassFix on " << Pass::name(); in Run()
46 VLOG(3) << Pass::name() << " iteration " << iteration_count in Run()
50 VLOG(1) << "Unexpectedly high number of iterations in HLO passes '" in Run()
65 VLOG(3) << "Running HloPassFix."; in RunOnModuleGroup()
70 VLOG(3) << "changed_this_iteration: " << changed_this_iteration; in RunOnModuleGroup()
73 VLOG(1) << "Unexpectedly high number of iterations in HLO passes, " in RunOnModuleGroup()
Dbuffer_assignment.cc241 VLOG(4) << "Adding the following buffer to allocation #" << index() in AddAssignment()
474 VLOG(3) << "Trying to find unique slice for " << instruction->name() << " [" in GetUniqueSlice()
479 VLOG(3) << "Examining value " << *value; in GetUniqueSlice()
481 VLOG(3) << "Has allocation"; in GetUniqueSlice()
493 VLOG(3) << "No allocation"; in GetUniqueSlice()
587 VLOG(3) << "HloBuffer lives out" << buffer.ToString(); in AddAssignment()
588 VLOG(3) << "Set maybe live out: " << allocation->ToString(); in AddAssignment()
601 VLOG(3) << "HloValue lives out: " << hlo_value.ToString(); in AddAssignment()
602 VLOG(3) << "Set maybe live out: " << allocation->ToString(); in AddAssignment()
610 VLOG(1) << "CombineTempAllocations()"; in CombineTempAllocations()
[all …]
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc50 VLOG(1) << "making transfer request"; in Transfer()
51 VLOG(3) << "TransferToClientRequest: {" << request.DebugString() << "}"; in Transfer()
53 VLOG(1) << "done with request"; in Transfer()
58 VLOG(3) << "TransferToClientResponse: {" << response.DebugString() << "}"; in Transfer()
77 VLOG(1) << "making transfer to server request"; in TransferToServer()
78 VLOG(3) << "TransferToServerRequest: {" << request.DebugString() << "}"; in TransferToServer()
80 VLOG(1) << "done with request"; in TransferToServer()
85 VLOG(3) << "TransferToServerResponse: {" << response.DebugString() << "}"; in TransferToServer()
106 VLOG(1) << "making transfer to infeed request"; in TransferToInfeed()
107 VLOG(3) << "TransferToInfeedRequest: {" << request.DebugString() << "}"; in TransferToInfeed()
[all …]
/external/tensorflow/tensorflow/compiler/jit/
Dxla_activity_logging_listener.cc30 VLOG(3) << "Logging XlaAutoClusteringActivity disabled"; in Listen()
35 VLOG(2) << "Logging XlaAutoClusteringActivity"; in Listen()
36 VLOG(3) << auto_clustering_activity.DebugString(); in Listen()
39 VLOG(2) << "Not logging: logger not ready yet."; in Listen()
48 VLOG(3) << "Logging XlaJitCompilationActivity disabled"; in Listen()
53 VLOG(2) << "Logging XlaJitCompilationActivity"; in Listen()
54 VLOG(3) << jit_compilation_activity.DebugString(); in Listen()
57 VLOG(2) << "Not logging: logger not ready yet."; in Listen()
65 VLOG(3) << "Logging XlaJitCompilationActivity disabled"; in Listen()
70 VLOG(2) << "Logging XlaJitCompilationActivity"; in Listen()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dtree_reduction_rewriter.cc74 VLOG(3) << "Input: " << hlo->ToString(); in RewriteReduction()
79 VLOG(3) << "Input shape: " << input_shape.ToString(); in RewriteReduction()
82 VLOG(3) << "reduce_batch_dimension = " << reduce_batch_dimension; in RewriteReduction()
89 VLOG(3) << "reduced_input_dimension: " << reduced_input_dimension; in RewriteReduction()
94 VLOG(1) << "Splitting batched dimension reduce into a separate reduction"; in RewriteReduction()
103 VLOG(3) << "atomic_free_bound: " << atomic_free_bound; in RewriteReduction()
107 VLOG(3) << "Base case: dimensions fit"; in RewriteReduction()
112 VLOG(3) << "reduced_dim_size = " << reduced_dim_size; in RewriteReduction()
133 VLOG(3) << "Generated padded shape: " << padded_shape.ToString(); in RewriteReduction()
138 VLOG(1) << "Generated padding: " << padded->ToString(); in RewriteReduction()
[all …]
Dfusion_merger.cc167 VLOG(1) << "FusionInstructionMerger EXIT" in Run()
186 VLOG(3) << "Not merging " << fusion->name() << ": Has no users."; in HandleFusion()
196 VLOG(3) << "Not merging " << fusion->name() << ": Is not loop fusion."; in HandleFusion()
210 VLOG(3) << "Not merging " << fusion->name() in HandleFusion()
225 VLOG(3) << "Not merging " << fusion->name() in HandleFusion()
259 VLOG(3) << "Not merging " << fusion->name() in HandleFusion()
274 VLOG(3) << "Not merging " << fusion->name() in HandleFusion()
286 VLOG(3) << "Not merging " << fusion->name() in HandleFusion()
308 VLOG(2) << "Merged fusion instruction: " << fusion->name() in HandleFusion()
331 VLOG(2) << "FusionMerger for module: " << module->name(); in Run()
[all …]
Dmulti_output_fusion.cc117 VLOG(3) << "Looking at producer " << producer->name() in GetProducerConsumerMultiOutputFusionCandidates()
120 VLOG(3) << "Consumer " << consumer->name() in GetProducerConsumerMultiOutputFusionCandidates()
125 VLOG(3) << producer->name() << " and " << consumer->name() in GetProducerConsumerMultiOutputFusionCandidates()
145 VLOG(3) << producer->name() << " would introduce a cycle when fused."; in GetProducerConsumerMultiOutputFusionCandidates()
149 VLOG(3) << producer->name() << " and " << consumer->name() in GetProducerConsumerMultiOutputFusionCandidates()
158 VLOG(3) << "Fusion of " << producer->name() << " into " in GetProducerConsumerMultiOutputFusionCandidates()
207 VLOG(3) << "Considering " << (*i)->name(); in FuseSiblings()
213 VLOG(3) << "Considering " << (*i)->name() << " and " << (*j)->name(); in FuseSiblings()
227 VLOG(2) << "Fuse siblings " << (*i)->name() << " and " << (*j)->name(); in FuseSiblings()
271 VLOG(3) << producer->name() << " is a constant."; in DoMultiOutputFusion()
[all …]
/external/libbrillo/brillo/udev/
Dudev_enumerate.cc38 VLOG(2) << StringPrintf( in AddMatchSubsystem()
49 VLOG(2) << StringPrintf( in AddNoMatchSubsystem()
61 VLOG(2) << StringPrintf( in AddMatchSysAttribute()
73 VLOG(2) << StringPrintf( in AddNoMatchSysAttribute()
84 VLOG(2) << StringPrintf( in AddMatchProperty()
95 VLOG(2) << StringPrintf( in AddMatchSysName()
106 VLOG(2) << StringPrintf( in AddMatchTag()
117 VLOG(2) << StringPrintf( in AddMatchIsInitialized()
128 VLOG(2) << StringPrintf("udev_enumerate_add_syspath(%p, \"%s\") returned %d.", in AddSysPath()
138 VLOG(2) << StringPrintf("udev_enumerate_scan_devices(%p) returned %d.", in ScanDevices()
[all …]
Dudev_monitor.cc37 VLOG(2) << StringPrintf("udev_monitor_enable_receiving(%p) returned %d.", in EnableReceiving()
47 VLOG(2) << StringPrintf("udev_monitor_get_fd(%p) returned %d.", monitor_, in GetFileDescriptor()
64 VLOG(2) << StringPrintf("udev_monitor_receive_device(%p) returned nullptr.", in ReceiveDevice()
76 VLOG(2) << StringPrintf( in FilterAddMatchSubsystemDeviceType()
88 VLOG(2) << StringPrintf( in FilterAddMatchTag()
99 VLOG(2) << StringPrintf("udev_monitor_filter_update(%p) returned %d.", in FilterUpdate()
109 VLOG(2) << StringPrintf("udev_monitor_filter_remove(%p) returned %d.", in FilterRemove()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion.cc74 VLOG(2) << "Considering for fusion: operand " << operand_index << " of " in ShouldFuse()
80 VLOG(2) << "Fusion OK: Can create output fusion."; in ShouldFuse()
85 VLOG(2) in ShouldFuse()
91 VLOG(2) << "Producer is not fusible."; in ShouldFuse()
99 VLOG(2) << "Fusion is not profitable."; in ShouldFuse()
104 VLOG(2) << "Not fusing: !ShouldFuse(consumer)."; in ShouldFuse()
112 VLOG(2) << "Not fusing: insufficient non-constant nodes."; in ShouldFuse()
118 VLOG(2) << "Not fusing: producer is itself a fusion node."; in ShouldFuse()
159 VLOG(2) << "Fusing small matrix-vector product."; in ShouldFuse()
165 VLOG(2) << "Fusing small matrix-vector product."; in ShouldFuse()
[all …]
/external/skia/src/sksl/
DSkSLPool.cpp12 #define VLOG(...) // printf(__VA_ARGS__) macro
63 VLOG("DELETE Pool:0x%016llX\n", (uint64_t)fMemPool.get()); in ~Pool()
69 VLOG("CREATE Pool:0x%016llX\n", (uint64_t)pool->fMemPool.get()); in Create()
78 VLOG("ATTACH Pool:0x%016llX\n", (uint64_t)fMemPool.get()); in attachToThread()
85 VLOG("DETACH Pool:0x%016llX\n", (uint64_t)memPool); in detachFromThread()
96 VLOG("ALLOC Pool:0x%016llX 0x%016llX\n", (uint64_t)memPool, (uint64_t)ptr); in AllocMemory()
102 VLOG("ALLOC Pool:__________________ 0x%016llX\n", (uint64_t)ptr); in AllocMemory()
110 VLOG("FREE Pool:0x%016llX 0x%016llX\n", (uint64_t)memPool, (uint64_t)ptr); in FreeMemory()
116 VLOG("FREE Pool:__________________ 0x%016llX\n", (uint64_t)ptr); in FreeMemory()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc96 VLOG(1) << "CheckTypesAndGetShapes"; in CheckTypesAndGetShapes()
103 VLOG(2) << "op " << n->name() << " has type " << dtype << " shapes.size() " in CheckTypesAndGetShapes()
133 VLOG(2) << "Adding shape " << props.shape().DebugString(); in CheckTypesAndGetShapes()
173 VLOG(2) << " consider edge " << (*inputs)[edge_index]; in RemoveEdge()
249 VLOG(1) << "Rewrite input " << edge_name << " op " << op->name() in MaybeRewriteInput()
262 VLOG(1) << "Getinputs"; in GetInputs()
267 VLOG(2) << "for node " << n->name(); in GetInputs()
279 VLOG(2) << "inode " << inode->DebugString() << " output_index " in GetInputs()
290 VLOG(2) << "inode after rewrite " << inode->DebugString() in GetInputs()
316 VLOG(2) << "GetDataInputs for node " << op->name(); in GetDataInputs()
[all …]
/external/tensorflow/tensorflow/core/ops/
Darray_grad.cc87 VLOG(1) << "IdentityGrad " << DebugString(*g); in IdentityGrad()
113 VLOG(1) << "PackGrad " << DebugString(*g); in PackGrad()
137 VLOG(1) << "UnpackGrad " << DebugString(*g); in UnpackGrad()
212 VLOG(1) << "ConcatGrad " << DebugString(*g); in ConcatGradHelper()
242 VLOG(1) << "SplitGrad " << DebugString(*g); in SplitGrad()
263 VLOG(1) << "SplitVGrad " << DebugString(*g); in SplitVGrad()
290 VLOG(1) << "ArrayToListGrad " << DebugString(*g); in ArrayToListGrad()
310 VLOG(1) << "ListToArrayGrad " << DebugString(*g); in ListToArrayGrad()
333 VLOG(1) << "FillGrad " << DebugString(*g); in FillGrad()
352 VLOG(1) << "TransposeGrad " << DebugString(*g); in TransposeGrad()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.cc44 VLOG(1) << "~ScopedAllocator " << this << " tbuf_ " << tbuf_ << " data " in ~ScopedAllocator()
52 VLOG(1) << "expected_call_count_ = " << expected_call_count_ in ~ScopedAllocator()
59 VLOG(1) << "ScopedAllocator index " << id_ << " AllocateRaw " in AllocateRaw()
101 VLOG(2) << "AllocateRaw returning " << ptr << " bytes_requested " in AllocateRaw()
112 VLOG(2) << "AllocateRaw requested " << num_bytes in AllocateRaw()
152 VLOG(1) << "ScopedAllocator index " << id_ << " VerifyPointer for p=" << p in VerifyPointer()
168 VLOG(1) << "new ScopedAllocatorInstance " << this << " on SA " << sa in ScopedAllocatorInstance()
178 VLOG(2) << "ScopedAllocatorInstance::DropFromTable " << this in DropFromTable()
196 VLOG(2) << "ScopedAllocatorInstance::AllocateRaw " << this in AllocateRaw()
203 VLOG(2) << "ScopedAllocatorInstance::AllocateRaw " << this in AllocateRaw()
[all …]
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_input_conversion_op.cc78 VLOG(1) << "MklInputConversionOp: Input shapes are: " in Compute()
85 VLOG(1) << "MklInputConversionOp: No conversion needed, " in Compute()
110 VLOG(1) << "MklInputConversionOp: No conversion needed, " in Compute()
117 VLOG(1) << "MklInputConversionOp: Shape is same, but format is " in Compute()
171 VLOG(1) << "MklInputConversionOp: Broadcast needed, " in Compute()
189 VLOG(1) << "MklInputConversionOp: Inputs in different formats (MKL/TF)"; in Compute()
218 VLOG(1) << "MklInputConversionOp: No broadcast needed."; in Compute()
219 VLOG(1) << "MklInputConversionOp: Converting input " << tf_tensor_index in Compute()
267 VLOG(1) << "MklInputConversionOp: Broadcast needed."; in Compute()
268 VLOG(1) << "MklInputConversionOp: Converting input " << mkl_tensor_index in Compute()
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dscatter.cc188 VLOG(3) << "Scatter op:"; in XlaScatter()
189 VLOG(3) << " Input: " << xla::ShapeUtil::HumanString(buffer_shape); in XlaScatter()
190 VLOG(3) << " Indices: " << xla::ShapeUtil::HumanString(indices_shape); in XlaScatter()
191 VLOG(3) << " Updates: " << xla::ShapeUtil::HumanString(updates_shape); in XlaScatter()
192 VLOG(3) << " Scatter Dimension Numbers: "; in XlaScatter()
193 VLOG(3) << " index_vector_dim: " << dim_numbers.index_vector_dim(); in XlaScatter()
194 VLOG(3) << " update_window_dims: [" in XlaScatter()
196 VLOG(3) << " inserted_window_dims: [" in XlaScatter()
198 VLOG(3) << " scatter_dims_to_operand_dims: [" in XlaScatter()
/external/tensorflow/tensorflow/core/data/service/
Dworker_impl.cc69 VLOG(3) << "Starting tf.data service worker at address " << worker_address; in Start()
104 VLOG(3) << "Received request to process task " << task.task_id(); in ProcessTask()
112 VLOG(1) << "Received request to process already-processed task " in ProcessTaskInternal()
117 VLOG(3) << "Began processing for task " << task_def.task_id() in ProcessTaskInternal()
176 VLOG(3) << "Created iterator for task " << task.task_def.task_id(); in EnsureTaskInitialized()
182 VLOG(3) << "Received GetElement request for task " << request->task_id(); in GetElement()
196 VLOG(3) << "Task is already finished"; in GetElement()
211 VLOG(3) << "Reached end_of_sequence for task " << request->task_id(); in GetElement()
215 VLOG(3) << "Producing an element for task " << request->task_id(); in GetElement()
242 VLOG(3) << "Task completion thread shutting down"; in TaskCompletionThread()
[all …]

12345678910>>...30