Home
last modified time | relevance | path

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

12345678910>>...21

/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/xla/service/
Dwhile_loop_analysis.cc52 VLOG(2) << "GetGTEOperandIndex(" << instr->ToString() << ", " in GetGTEOperandIndex()
60 VLOG(2) << "instr does not have a gte operand."; in GetGTEOperandIndex()
72 VLOG(2) in GetGTEOperandIndex()
101 VLOG(2) << "Finding induction variable for loop " in GetLoopInductionVarTupleIdx()
116 VLOG(2) << "Induction variable not found in loop condition: " in GetLoopInductionVarTupleIdx()
131 VLOG(2) << "While body's root is not a tuple instruction: " in GetLoopInductionVarTupleIdx()
141 VLOG(2) in GetLoopInductionVarTupleIdx()
147 VLOG(2) << "Tuple index of induction variable does not match between loop " in GetLoopInductionVarTupleIdx()
158 VLOG(2) << "While init expected to be a tuple: " << while_init->ToString(); in GetLoopInductionVarTupleIdx()
162 VLOG(2) << "Induction variable's tuple index: " << *indvar_tuple_idx; in GetLoopInductionVarTupleIdx()
[all …]
Dreshape_mover.cc106 VLOG(5) << "Found first non-trivial reshape operand of " in FirstNonScalarAndNonTrivialReshapeOperand()
148 VLOG(5) << "Adding reshape to kConstant operand"; in UpdateOperand()
153 VLOG(5) << "Adding transpose to kConstant operand"; in UpdateOperand()
162 VLOG(5) << "Cloning kRng operand with new shape"; in UpdateOperand()
168 VLOG(5) << "Using existing operand of kReshape or kTranspose"; in UpdateOperand()
175 VLOG(5) << "Changing broadcast from " << operand->ToString() << " to " in UpdateOperand()
192 VLOG(3) << "** Sinking reshape or transpose: " in PerformSinkReshapeOrTranspose()
207 VLOG(3) << "Updating operand #" << i << ": " in PerformSinkReshapeOrTranspose()
241 VLOG(3) << "Creating new reshape for new elementwise op: " in PerformSinkReshapeOrTranspose()
266 VLOG(5) << "** Checking instruction: " in IsReshapeMoveCandidate()
[all …]
Dreduce_precision_insertion.cc33 VLOG(4) << "Visited instruction: " << instruction->ToString(); in instructions_to_modify()
43 VLOG(4) << "Visited instruction: " << instruction->ToString(); in instructions_to_modify()
49 VLOG(4) << "Checking sub-instruction: " in instructions_to_modify()
62 VLOG(1) << "Found " << instruction_list.size() in instructions_to_modify()
72 VLOG(2) << "Skipped: instruction is already an equivalent" in insert_after()
90 VLOG(2) << "Skipped: instruction already followed by equivalent" in insert_after()
107 VLOG(2) << "Adding reduce-precision operation to inputs of instruction: " in insert_on_inputs()
111 VLOG(2) << "Adding to operand " << i << ": " << operand; in insert_on_inputs()
114 VLOG(2) << "Skipped: value is not of type F32"; in insert_on_inputs()
119 VLOG(2) << "Skipped: operand is already an equivalent reduce-precision" in insert_on_inputs()
[all …]
Dmulti_output_fusion.cc55 VLOG(10) << "Looking at instruction: " << instruction->name(); in Run()
60 VLOG(10) << "Operand not profitable: " << operand->name(); in Run()
63 VLOG(10) << "Operand profitable: " << operand->name(); in Run()
65 VLOG(10) << "User: " << user->name(); in Run()
67 VLOG(10) << "User is not fusible, or is the instruction itself: " in Run()
73 VLOG(10) << "User is connected: " << user->name(); in Run()
78 VLOG(10) << "User ID for user: " << user->name() << " is " in Run()
83 VLOG(10) << "User not legal to fuse: " << user->name(); in Run()
87 VLOG(10) << "User added to candidate list: " << user->name(); in Run()
291 VLOG(2) << "No fusing: run out of fuel."; in Perform()
[all …]
Dhlo_pass_pipeline.cc38 VLOG(1) << " Invariant checker " << invariant_checker->name(); in RunInvariantCheckers()
40 VLOG(1) << " Invariant checker done " << invariant_checker->name(); in RunInvariantCheckers()
42 VLOG(2) << "Failed invariant check:"; in RunInvariantCheckers()
61 VLOG(1) << " HLO pass " << pass->name(); in RunPassesInternal()
82 VLOG(1) << "*All* passes disabled by --xla_disable_all_hlo_passes."; in GetEnabledPasses()
87 VLOG(1) << "Passes disabled by --xla_disable_hlo_passes: " in GetEnabledPasses()
118 VLOG(1) << "Running HLO pass pipeline on module " << module->name() << ": " in Run()
128 VLOG(1) << "Running HLO pass pipeline on module group " in RunOnModuleGroup()
132 VLOG(1) << "Module group is empty. Nothing to do."; in RunOnModuleGroup()
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_rematerialization.cc218 VLOG(3) << "InsertBeforeInstructions: " << to_insert->instruction->name() in InsertBeforeInstructions()
261 VLOG(3) << "InsertBefore: " << item->instruction->name() << " before " in InsertBefore()
572 VLOG(3) << "BeginInstruction " << instruction->name(); in BeginInstruction()
580 VLOG(3) << " Buffer " << buffers_.at(buffer_id).ToString() in BeginInstruction()
588 VLOG(3) << " memory usage = " << memory_usage_; in BeginInstruction()
589 VLOG(10) << ToString(); in BeginInstruction()
599 VLOG(3) << "EndInstruction " << in_progress_item_->instruction->name(); in EndInstruction()
608 VLOG(3) << " " << buffer.ToString() << " is now dead."; in EndInstruction()
619 VLOG(3) << " " << buffer.ToString() << " is immediately dead."; in EndInstruction()
627 VLOG(3) << " memory usage = " << memory_usage_; in EndInstruction()
[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_ordering.cc173 VLOG(4) << "UseIsBeforeValueDefinition(use=" << use in UseIsBeforeValueDefinition()
176 VLOG(4) << " use instruction executes before value-defining instruction"; in UseIsBeforeValueDefinition()
188 VLOG(4) << " use is value def, and instruction can share use buffer"; in UseIsBeforeValueDefinition()
200 VLOG(4) << " use is while " << use.instruction->name() in UseIsBeforeValueDefinition()
215 VLOG(4) << " value is while " << value.defining_instruction()->name() in UseIsBeforeValueDefinition()
227 VLOG(4) << " use is call " << use.instruction->name() in UseIsBeforeValueDefinition()
239 VLOG(4) << " use is conditional " << use.instruction->name() in UseIsBeforeValueDefinition()
245 VLOG(4) << " use is conditional " << use << " and def is " in UseIsBeforeValueDefinition()
251 VLOG(4) << " use is not before value"; in UseIsBeforeValueDefinition()
258 VLOG(4) << "LiveRangeStrictlyBefore(a = " << a.ToShortString() in LiveRangeStrictlyBefore()
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc81 VLOG(1) << "CheckTypesAndGetShapes"; in CheckTypesAndGetShapes()
87 VLOG(2) << "op " << n->name() << " has type " << dtype << " shapes.size() " in CheckTypesAndGetShapes()
108 VLOG(2) << "Adding shape " << props.shape().DebugString(); in CheckTypesAndGetShapes()
128 VLOG(1) << "Getinputs"; in GetInputs()
132 VLOG(2) << "for node " << n->name(); in GetInputs()
142 VLOG(2) << "inode " << inode->DebugString(); in GetInputs()
187 VLOG(2) << " consider edge " << (*inputs)[edge_index]; in RemoveEdge()
205 VLOG(2) << "extending"; in ExtendNodeAttr()
211 VLOG(2) << "setting new attr value"; in ExtendNodeAttr()
223 VLOG(2) << "get attrs for " << nd.from_node_def->name(); in CheckExistingScopedAllocator()
[all …]
Dmeta_optimizer.cc230 VLOG(2) << "Registered default graph optimizer: " << optimizer_name; in InitializeOptimizersByName()
239 VLOG(2) << "Registered custom graph optimizer: " << optimizer_name; in InitializeOptimizersByName()
245 VLOG(2) << "Can't register an optimizer by name: " << optimizer_name; in InitializeOptimizersByName()
265 VLOG(2) << "Registered custom configurable graph optimizer: " in InitializeCustomGraphOptimizers()
275 VLOG(2) << "Registered default graph optimizer: " in InitializeCustomGraphOptimizers()
280 VLOG(2) << "Can't register an optimizer by name: " in InitializeCustomGraphOptimizers()
318 VLOG(2) << "Optimizer '" << optimizer->name() << "' failed: " << status; \
328 VLOG(3) << "Skipping optimization, graph has less than " << min_graph_nodes in OptimizeGraph()
346 VLOG(2) << "No inter optimizer verifiers have been configured"; in OptimizeGraph()
348 VLOG(2) << inter_optimizer_verifiers.size() in OptimizeGraph()
[all …]
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc136 VLOG(2) << "Rejecting " << node.name() << ": Identity with unsafe cast."; in HasXLAKernel()
183 VLOG(2) << "Rejecting While " << while_node.name() in IsCompilableWhile()
193 VLOG(2) << "Rejecting While " << while_node.name() in IsCompilableWhile()
199 VLOG(2) << "Rejecting While " << while_node.name() in IsCompilableWhile()
209 VLOG(2) << "Rejecting While " << while_node.name() in IsCompilableWhile()
224 VLOG(2) << "Rejecting " << call_def.op() in IsCompilableCall()
232 VLOG(2) << "Rejecting " << call_def.DebugString() in IsCompilableCall()
251 VLOG(2) << "Rejecting " << call_def.op() in IsCompilableCall()
285 VLOG(2) << "Rejecting " << call_def.op() << ": unsupported op " in IsCompilableCall()
478 VLOG(2) << "Starting fuel: infinity"; in FindCompilationCandidates()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion.cc75 VLOG(2) << "Considering for fusion: operand " << operand_index << " of " in ShouldFuse()
89 VLOG(2) << "Producer is not fusible."; in ShouldFuse()
98 VLOG(2) << "Fusion is not profitable."; in ShouldFuse()
103 VLOG(2) << "Not fusing: !ShouldFuse(consumer)."; in ShouldFuse()
111 VLOG(2) << "Not fusing: insufficient non-constant nodes."; in ShouldFuse()
117 VLOG(2) << "Not fusing: producer is itself a fusion node."; in ShouldFuse()
146 VLOG(2) << "Fusing small matrix-vector product."; in ShouldFuse()
150 VLOG(2) << "Fusing small matrix-vector product."; in ShouldFuse()
158 VLOG(2) << "Fusing: consumer is a fusion node."; in ShouldFuse()
163 VLOG(2) << "Fusing: consumer is elementwise or fusible."; in ShouldFuse()
[all …]
Dcpu_executable.cc71 VLOG(1) << "compute_function_ at address " in CpuExecutable()
84 VLOG(3) << "Allocating " << assignment_->Allocations().size() in CreateBufferTable()
90 VLOG(3) << allocation.ToString(); in CreateBufferTable()
95 VLOG(3) << "allocation #" << i << " is a parameter"; in CreateBufferTable()
100 VLOG(3) << "allocation #" << i << " is a constant"; in CreateBufferTable()
105 VLOG(3) << "buffer #" << i << " is thread-local"; in CreateBufferTable()
111 VLOG(3) << "buffer #" << i in CreateBufferTable()
118 VLOG(3) << "buffer #" << i << " allocated " << buffer_size << " bytes [" in CreateBufferTable()
131 VLOG(3) << "result index: " << result_slice.index(); in CreateBufferTable()
172 VLOG(3) << "Executing compute function:"; in ExecuteComputeFunction()
[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/compiler/xla/service/gpu/
Dmulti_output_fusion.cc75 VLOG(2) << "Fusing instr1=" << instr1->name() << " instr2=" << instr2->name() in GetProfit()
135 VLOG(3) << consumer->name() << " has no users."; in DoProducerConsumerMultiOutputFusion()
139 VLOG(3) << consumer->name() << " is not an input-fusible reduction."; in DoProducerConsumerMultiOutputFusion()
142 VLOG(3) << consumer->name() in DoProducerConsumerMultiOutputFusion()
149 VLOG(3) << producer->name() << " is not fusible."; in DoProducerConsumerMultiOutputFusion()
155 VLOG(3) << producer->name() << " is a constant."; in DoProducerConsumerMultiOutputFusion()
162 VLOG(3) << producer->name() << " is not a loop fusion."; in DoProducerConsumerMultiOutputFusion()
166 VLOG(3) << producer->name() << " has an incompatible shape."; in DoProducerConsumerMultiOutputFusion()
170 VLOG(3) << producer->name() << " has inputs with mixed layouts."; in DoProducerConsumerMultiOutputFusion()
175 VLOG(3) << producer->name() << " will be fused with another consumer."; in DoProducerConsumerMultiOutputFusion()
[all …]
Dfusion_merger.cc165 VLOG(1) << "FusionInstructionMerger EXIT" in Run()
183 VLOG(3) << "Not merging " << fusion->name() << ": Has no users."; in HandleFusion()
193 VLOG(3) << "Not merging " << fusion->name() << ": Is not loop fusion."; in HandleFusion()
200 VLOG(3) << "Not merging " << fusion->name() << ": Is multi-output fusion."; in HandleFusion()
213 VLOG(3) << "Not merging " << fusion->name() in HandleFusion()
231 VLOG(3) << "Not merging " << fusion->name() in HandleFusion()
246 VLOG(3) << "Not merging " << fusion->name() in HandleFusion()
262 VLOG(3) << "Not merging " << fusion->name() in HandleFusion()
276 VLOG(2) << "Merged fusion instruction: " << fusion->name() in HandleFusion()
291 VLOG(2) << "FusionMerger for module: " << module->name(); in Run()
[all …]
Dnccl_all_reduce_thunk.cc205 VLOG(3) << "Primary initializing accounting data."; in SubmitParticipant()
209 VLOG(3) << "Done initializing communication channels; status: " in SubmitParticipant()
226 VLOG(3) << "Performing all reduce from device ordinal: " in SubmitParticipant()
231 VLOG(3) << "Waiting for all participants to complete enqueue."; in SubmitParticipant()
244 VLOG(3) << "All participants completed enqueue."; in SubmitParticipant()
245 VLOG(3) << "Primary thread clearing."; in SubmitParticipant()
248 VLOG(3) << "Generation is now: " << current_generation_; in SubmitParticipant()
251 VLOG(3) << "Waiting to deinitialize."; in SubmitParticipant()
258 VLOG(3) << "Returning status: " << all_reduce_status; in SubmitParticipant()
268 VLOG(3) << "Participants: " << participants_.size() in InitializeCommunicationChannels()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.cc42 VLOG(1) << "~ScopedAllocator " << this << " tbuf_ " << tbuf_ << " data " in ~ScopedAllocator()
50 VLOG(1) << "expected_call_count_ = " << expected_call_count_ in ~ScopedAllocator()
57 VLOG(1) << "ScopedAllocator index " << id_ << " AllocateRaw " in AllocateRaw()
95 VLOG(1) << "AllocateRaw returning " << ptr; in AllocateRaw()
127 VLOG(1) << "ScopedAllocator index " << id_ << " VerifyPointer for p=" << p in VerifyPointer()
143 VLOG(1) << "new ScopedAllocatorInstance " << this << " on SA " << sa in ScopedAllocatorInstance()
153 VLOG(2) << "ScopedAllocatorInstance::DropFromTable " << this in DropFromTable()
171 VLOG(2) << "ScopedAllocatorInstance::AllocateRaw " << this in AllocateRaw()
178 VLOG(2) << "ScopedAllocatorInstance::AllocateRaw " << this in AllocateRaw()
194 VLOG(2) << "ScopedAllocatorInstance::DeallocateRaw " << this in DeallocateRaw()
/external/tensorflow/tensorflow/core/kernels/
Dmkl_input_conversion_op.cc80 VLOG(1) << "MklInputConversionOp: Input shapes are: " in Compute()
87 VLOG(1) << "MklInputConversionOp: No conversion needed, " in Compute()
111 VLOG(1) << "MklInputConversionOp: No conversion needed, " in Compute()
118 VLOG(1) << "MklInputConversionOp: Shape is same, but format is " in Compute()
169 VLOG(1) << "MklInputConversionOp: Broadcast needed, " in Compute()
187 VLOG(1) << "MklInputConversionOp: Inputs in different formats (MKL/TF)"; in Compute()
216 VLOG(1) << "MklInputConversionOp: No broadcast needed."; in Compute()
217 VLOG(1) << "MklInputConversionOp: Converting input " << tf_tensor_index in Compute()
263 VLOG(1) << "MklInputConversionOp: Broadcast needed."; in Compute()
264 VLOG(1) << "MklInputConversionOp: Converting input " << mkl_tensor_index in Compute()
[all …]
/external/libbrillo/brillo/http/
Dhttp_connection_curl.cc27 VLOG(3) << "== Info: " << msg; in curl_trace()
30 VLOG(3) << "=> Send headers:\n" << msg; in curl_trace()
33 VLOG(3) << "=> Send data:\n" << msg; in curl_trace()
36 VLOG(3) << "=> Send SSL data" << msg; in curl_trace()
39 VLOG(3) << "<= Recv header: " << msg; in curl_trace()
42 VLOG(3) << "<= Recv data:\n" << msg; in curl_trace()
45 VLOG(3) << "<= Recv SSL data" << msg; in curl_trace()
64 VLOG(2) << "curl::Connection created: " << method_; in Connection()
71 VLOG(2) << "curl::Connection destroyed"; in ~Connection()
129 VLOG(2) << "Request header: " << header; in PrepareRequest()
[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/contrib/tensor_forest/hybrid/core/ops/
Dunpack_path_op.cc70 VLOG(1) << "unpack start"; in Compute()
80 VLOG(1) << "num_data: " << num_data; in Compute()
81 VLOG(1) << "tree_depth: " << tree_depth; in Compute()
82 VLOG(1) << "num_nodes: " << num_nodes; in Compute()
90 VLOG(1) << "unpack before init"; in Compute()
92 VLOG(1) << "unpack after init"; in Compute()
105 VLOG(1) << "unpack end"; in Compute()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc124 VLOG(2) << "cpu_cores: " << num_cpu_cores; in ConvertGraphDefToTensorRT()
125 VLOG(2) << "gpus: " << num_gpus; in ConvertGraphDefToTensorRT()
225 VLOG(1) << "Node " << node->name() << " was assigned to the CPU. " in GetEngineInfo()
236 VLOG(2) << "Node " << node->name() in GetEngineInfo()
273 VLOG(1) << "Adding const node " << input_node->name(); in GetEngineInfo()
285 VLOG(1) << "Input edge = " << s; in GetEngineInfo()
317 VLOG(1) << "Output edge = " << s; in GetEngineInfo()
339 VLOG(1) << "Converted TensorRT candidate segment '" << info->engine_name in GetEngineInfo()
350 VLOG(1) << "No device is assigned to the segment. " in GetEngineInfo()
415 VLOG(1) << "Processing " << info.engine_name; in CreateTRTNode()
[all …]

12345678910>>...21