Home
last modified time | relevance | path

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

12345678910>>...14

/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc48 VLOG(1) << "making transfer request"; in Transfer()
49 VLOG(3) << "TransferToClientRequest: {" << request.DebugString() << "}"; in Transfer()
51 VLOG(1) << "done with request"; in Transfer()
56 VLOG(3) << "TransferToClientResponse: {" << response.DebugString() << "}"; in Transfer()
75 VLOG(1) << "making transfer to server request"; in TransferToServer()
76 VLOG(3) << "TransferToServerRequest: {" << request.DebugString() << "}"; in TransferToServer()
78 VLOG(1) << "done with request"; in TransferToServer()
83 VLOG(3) << "TransferToServerResponse: {" << response.DebugString() << "}"; in TransferToServer()
104 VLOG(1) << "making transfer to infeed request"; in TransferToInfeed()
105 VLOG(3) << "TransferToInfeedRequest: {" << request.DebugString() << "}"; in TransferToInfeed()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc79 VLOG(2) << "GetGTEOperandIndex(" << instr->ToString() << ", " in GetGTEOperandIndex()
87 VLOG(2) << "instr uses something other than gte(gte_operand): " in GetGTEOperandIndex()
92 VLOG(2) << "instr has gte whose operand is not gte_operand: " in GetGTEOperandIndex()
97 VLOG(2) << "instr has operands with conflicting gte indices, " in GetGTEOperandIndex()
128 VLOG(2) << "Finding induction variable for loop " in GetLoopInductionVarTupleIdx()
143 VLOG(2) << "Induction variable not found in loop condition: " in GetLoopInductionVarTupleIdx()
158 VLOG(2) << "While body's root is not a tuple instruction: " in GetLoopInductionVarTupleIdx()
168 VLOG(2) in GetLoopInductionVarTupleIdx()
174 VLOG(2) << "Tuple index of induction variable does not match between loop " in GetLoopInductionVarTupleIdx()
185 VLOG(2) << "While init expected to be a tuple: " << while_init->ToString(); in GetLoopInductionVarTupleIdx()
[all …]
Dreshape_mover.cc103 VLOG(5) << "Found first non-scalar and non-trivial reshape operand of " in FirstNonScalarAndNonTrivialReshapeOperand()
138 VLOG(3) << "** Checking whether all operands have easy shape changes: " in AllOperandsHaveEasyShapeChanges()
153 VLOG(5) << "Operand shape differs from output shape; may be " in AllOperandsHaveEasyShapeChanges()
162 VLOG(5) << "Are equivalent reshapes:\n\tfirst_reshape_operand: " in AllOperandsHaveEasyShapeChanges()
169 VLOG(5) << "Operand can trivially change shape: " in AllOperandsHaveEasyShapeChanges()
176 VLOG(5) << "Operand is neither equalivant to the first Reshape operand" in AllOperandsHaveEasyShapeChanges()
182 VLOG(3) << "All operands have easy shape changes: " in AllOperandsHaveEasyShapeChanges()
202 VLOG(5) << "Adding reshape to kConstant operand"; in UpdateOperand()
207 VLOG(5) << "Adding transpose to kConstant operand"; in UpdateOperand()
216 VLOG(5) << "Cloning kRng operand with new shape"; in UpdateOperand()
[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 an F32 vector"; in insert_on_inputs()
119 VLOG(2) << "Skipped: operand is already an equivalent reduce-precision" in insert_on_inputs()
[all …]
Dhlo_rematerialization.cc192 VLOG(3) << "InsertBeforeInstructions: " << to_insert->instruction->name() in InsertBeforeInstructions()
237 VLOG(3) << "InsertBefore: " << item->instruction->name() << " before " in InsertBefore()
551 VLOG(3) << "BeginInstruction " << instruction->name(); in BeginInstruction()
559 VLOG(3) << " Buffer " << buffers_.at(buffer_id).ToString() in BeginInstruction()
567 VLOG(3) << " memory usage = " << memory_usage_; in BeginInstruction()
568 VLOG(10) << ToString(); in BeginInstruction()
578 VLOG(3) << "EndInstruction " << in_progress_item_->instruction->name(); in EndInstruction()
587 VLOG(3) << " " << buffer.ToString() << " is now dead."; in EndInstruction()
598 VLOG(3) << " " << buffer.ToString() << " is immediately dead."; in EndInstruction()
606 VLOG(3) << " memory usage = " << memory_usage_; in EndInstruction()
[all …]
Dhlo_pass_pipeline.cc38 VLOG(3) << "HLO " << message << ":"; in DumpModuleGraph()
63 VLOG(1) << "Running HLO pass pipeline " << name(); in Run()
70 VLOG(1) << "Passes disabled by --xla_disable_hlo_passes: " in Run()
77 VLOG(1) << " Invariant checker " << invariant_checker->name(); in Run()
79 VLOG(1) << " Invariant checker done " << invariant_checker->name(); in Run()
81 VLOG(2) << "Module failed invariant check:"; in Run()
107 VLOG(1) << " Skipping HLO pass " << pass->name() in Run()
112 VLOG(1) << " HLO pass " << pass->name(); in Run()
Dcopy_insertion.cc229 VLOG(2) << "Adding copies for kWhile instruction " << xla_while->name(); in AddCopiesForWhile()
235 VLOG(2) << "No copies necessary for kWhile instruction " in AddCopiesForWhile()
240 VLOG(2) << "Adding copies for " << xla_while->name() << " at indices:"; in AddCopiesForWhile()
243 VLOG(2) << " " << pair.first; in AddCopiesForWhile()
545 VLOG(2) << "Trying to remove " << copy->name(); in TryElideCopy()
548 VLOG(2) << copy->name() << " is not removable"; in TryElideCopy()
561 VLOG(2) << " Live range of " << a.value->ToShortString() in TryElideCopy()
565 VLOG(2) << " Live range of " << a.value->ToShortString() in TryElideCopy()
571 VLOG(3) << copy->name() << " copies value " in TryElideCopy()
573 VLOG(3) << "Source buffer values: " << ValueListToString(src); in TryElideCopy()
[all …]
Dhlo_ordering.cc129 VLOG(4) << "UseIsBeforeValueDefinition(use=" << use in UseIsBeforeValueDefinition()
132 VLOG(4) << " use instruction executes before value-defining instruction"; in UseIsBeforeValueDefinition()
144 VLOG(4) << " use is value def, and instruction can share use buffer"; in UseIsBeforeValueDefinition()
156 VLOG(4) << " use is while " << use.instruction->name() in UseIsBeforeValueDefinition()
171 VLOG(4) << " value is while " << value.defining_instruction()->name() in UseIsBeforeValueDefinition()
183 VLOG(4) << " use is call " << use.instruction->name() in UseIsBeforeValueDefinition()
193 VLOG(4) << " use is conditional " << use.instruction->name() in UseIsBeforeValueDefinition()
199 VLOG(4) << " use is conditional " << use.instruction->name() in UseIsBeforeValueDefinition()
205 VLOG(4) << " use is not before value"; in UseIsBeforeValueDefinition()
212 VLOG(4) << "LiveRangeStrictlyBefore(a = " << a.ToShortString() in LiveRangeStrictlyBefore()
[all …]
Dalgebraic_simplifier.cc259 VLOG(3) << "Replacing instruction:"; in ReplaceWithNewInstruction()
260 VLOG(3) << " old: " << old_instruction->ToString(); in ReplaceWithNewInstruction()
261 VLOG(3) << " new: " << new_instruction->ToString(); in ReplaceWithNewInstruction()
273 VLOG(3) << "Replacing instruction:"; in ReplaceInstruction()
274 VLOG(3) << " old: " << old_instruction->ToString(); in ReplaceInstruction()
275 VLOG(3) << " new: " << new_instruction->ToString(); in ReplaceInstruction()
354 VLOG(10) << "trying transform [A + 0 => A]: " << add->ToString(); in HandleAdd()
359 VLOG(10) << "trying transform [0 + A => A]: " << add->ToString(); in HandleAdd()
366 VLOG(10) << "trying transform [Const + A => A + Const]"; in HandleAdd()
379 VLOG(10) << "trying transform [(A + C1) + C2 => A + (C1 + C2)]"; in HandleAdd()
[all …]
Dbuffer_assignment.cc71 VLOG(4) << "Trying to add " << buffer << " to " << this; in AddAssignment()
230 VLOG(3) << "Trying to find unique slice for " << instruction->name() << " [" in GetUniqueSlice()
235 VLOG(3) << "Examining buffer " << *buffer; in GetUniqueSlice()
237 VLOG(3) << "Has allocation"; in GetUniqueSlice()
249 VLOG(3) << "No allocation"; in GetUniqueSlice()
656 VLOG(4) << "Trying to assign " << buffer << " to allocation: " << *allocation; in MaybeAssignBuffer()
659 VLOG(4) << "Can't assign: buffer has color" << buffer.color() in MaybeAssignBuffer()
665 VLOG(4) << "Can't assign: buffer is larger than allocation (" in MaybeAssignBuffer()
671 VLOG(4) << "Can't assign: allocation holds parameter"; in MaybeAssignBuffer()
676 VLOG(4) << "Can't assign: allocation is not reusable"; in MaybeAssignBuffer()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dmkl_input_conversion_op.cc87 VLOG(1) << "MklInputConversionOp: Input shapes are " in Compute()
95 VLOG(1) << "MklInputConversionOp: No conversion needed, " in Compute()
108 VLOG(1) << "MklInputConversionOp: No conversion needed, " in Compute()
127 VLOG(1) << "MklInputConversionOp: Broadcast needed, " in Compute()
142 VLOG(1) << "MklInputConversionOp: Inputs in different formats (MKL/TF)"; in Compute()
185 VLOG(1) << "MklInputConversionOp: No broadcast needed."; in Compute()
186 VLOG(1) << "MklInputConversionOp: Converting input " << tf_tensor_index in Compute()
222 VLOG(1) << "MklInputConversionOp: Broadcast needed."; in Compute()
223 VLOG(1) << "MklInputConversionOp: Converting input " << mkl_tensor_index in Compute()
234 VLOG(1) << "MklInputConversionOp: Shapes (output): " in Compute()
[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()
269 VLOG(1) << "ArrayToListGrad " << DebugString(*g); in ArrayToListGrad()
289 VLOG(1) << "ListToArrayGrad " << DebugString(*g); in ListToArrayGrad()
312 VLOG(1) << "FillGrad " << DebugString(*g); in FillGrad()
331 VLOG(1) << "TransposeGrad " << DebugString(*g); in TransposeGrad()
350 VLOG(1) << "ConjugateTransposeGrad " << DebugString(*g); in ConjugateTransposeGrad()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion.cc67 VLOG(2) << "Considering for fusion: operand " << operand_index << " of " in ShouldFuse()
81 VLOG(2) << "Producer is not fusile."; in ShouldFuse()
90 VLOG(2) << "Fusion is not profitable."; in ShouldFuse()
98 VLOG(2) in ShouldFuse()
105 VLOG(2) << "Not fusing: producer is itself a fusion node."; in ShouldFuse()
126 VLOG(2) << "Fusing small matrix-vector product."; in ShouldFuse()
130 VLOG(2) << "Fusing small matrix-vector product."; in ShouldFuse()
138 VLOG(2) << "Fusing: consumer is a fusion node."; in ShouldFuse()
143 VLOG(2) << "Fusing: consumer is elementwise or fusile."; in ShouldFuse()
147 VLOG(2) << "Not fusing."; in ShouldFuse()
Dcpu_executable.cc80 VLOG(3) << "Allocating " << assignment_->Allocations().size() in AllocateBuffers()
86 VLOG(3) << allocation.ToString(); in AllocateBuffers()
89 VLOG(3) << "allocation #" << i << " is a parameter"; in AllocateBuffers()
94 VLOG(3) << "buffer #" << i << " is thread-local"; in AllocateBuffers()
100 VLOG(3) << "buffer #" << i in AllocateBuffers()
106 VLOG(3) << "buffer #" << i << " allocated " << buffer_size << " bytes [" in AllocateBuffers()
119 VLOG(3) << "result index: " << result_slice.index(); in AllocateBuffers()
167 VLOG(3) << "Executing compute function:"; in ExecuteComputeFunction()
168 VLOG(3) << tensorflow::strings::Printf( in ExecuteComputeFunction()
172 VLOG(3) << tensorflow::strings::Printf(" result = %p", result_buffer); in ExecuteComputeFunction()
[all …]
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc97 VLOG(2) << "Use minimum shape because the rank is unknown."; in MaybeGetMinimumShape()
107 VLOG(2) << "Use minimum dim size 1 because the shape is unknown."; in MaybeGetMinimumShape()
299 VLOG(1) << "Missing accurate estimator for op: " << op_features.op(); in PredictCosts()
306 VLOG(1) << "Operation " << op_features.op() << " takes " in PredictCosts()
353 VLOG(1) << "Device: " << device.type() << " gflops: " << gflops in GetDeviceInfo()
415 VLOG(1) << "BAD DEVICE. Op:" << op_features.op() in PredictOpCountBasedCost()
421 VLOG(1) << "Op:" << op_features.op() << " GOps:" << operations / 1e9 in PredictOpCountBasedCost()
433 VLOG(1) << "Op:" << op_features.op() << " Size (KB):" << (total_io_size) / 1e3 in PredictOpCountBasedCost()
460 VLOG(2) << "op features: " << op_features.DebugString(); in ConvolutionDimensionsFromInputs()
461 VLOG(2) << "Original image shape: " << original_image_shape.DebugString(); in ConvolutionDimensionsFromInputs()
[all …]
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc69 VLOG(2) << "Loop marking: " << while_node.type_string(); in IsCompilableWhile()
76 VLOG(2) << "Missing 'cond' attribute on While node."; in IsCompilableWhile()
84 VLOG(2) << "Can't compile loop condition: " << cond_func; in IsCompilableWhile()
89 VLOG(2) << "Missing 'body' attribute on While node."; in IsCompilableWhile()
97 VLOG(2) << "Can't compile loop body: " << body_func; in IsCompilableWhile()
100 VLOG(2) << "Loop is compilable."; in IsCompilableWhile()
110 VLOG(2) << "Function marking: " << call_def.op(); in IsCompilableCall()
113 VLOG(2) << "Function depth limit exceeded"; in IsCompilableCall()
121 VLOG(2) << "Could not instantiate " << call_def.op() << ": " << status; in IsCompilableCall()
135 VLOG(2) << "Can't compile noinline function: " << fdef.DebugString(); in IsCompilableCall()
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhile_op.cc37 VLOG(2) << "Num inputs " << ctx->num_inputs(); in MakeXlaCompilerArgumentsFromInputs()
42 VLOG(2) << " Input " << i in MakeXlaCompilerArgumentsFromInputs()
70 VLOG(2) << " resource " << resource->name() in MakeXlaCompilerArgumentsFromInputs()
95 VLOG(1) << "WhileOp::Compile"; in Compile()
107 VLOG(1) << "Compiling body"; in Compile()
142 VLOG(2) << "Recompiling loop body: has_uninitialized_vars: " in Compile()
154 VLOG(2) << "Update shape for argument " << update.input_index << " " in Compile()
168 VLOG(4) << "TensorArray " << resource->name() << " accessed gradient " in Compile()
182 VLOG(1) << "Recompiling body with corrected resource shapes"; in Compile()
188 VLOG(1) << "Compiling condition"; in Compile()
[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/libbrillo/brillo/dbus/
Ddbus_object.cc38 VLOG(1) << "Registering D-Bus interface '" << interface_name_ << "' for '" in ExportAsync()
43 VLOG(1) << "Exporting method: " << interface_name_ << "." << method_name; in ExportAsync()
73 VLOG(1) << "Registering D-Bus interface '" << interface_name_ << "' for '" in ExportAndBlock()
77 VLOG(1) << "Exporting method: " << interface_name_ << "." << method_name; in ExportAndBlock()
117 VLOG(1) << "Received method call request: " << interface_name << "." in HandleMethodCall()
128 VLOG(1) << "Dispatching DBus method call: " << method_name; in HandleMethodCall()
135 VLOG(1) << "Declaring method handler: " << interface_name_ << "." in AddHandlerImpl()
144 VLOG(1) << "Declaring a signal sink: " << interface_name_ << "." in AddSignalImpl()
169 VLOG(1) << "Adding an interface '" << interface_name << "' to object '" in AddOrGetInterface()
188 VLOG(1) << "Registering D-Bus object '" << object_path_.value() << "'."; in RegisterAsync()
[all …]
/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/libchrome/base/files/
Dfile_path_watcher_unittest.cc343 VLOG(1) << "Waiting for file creation"; in TEST_F()
347 VLOG(1) << "Waiting for file change"; in TEST_F()
351 VLOG(1) << "Waiting for file deletion"; in TEST_F()
377 VLOG(1) << "Create File"; in TEST_F()
379 VLOG(1) << "Waiting for file creation"; in TEST_F()
383 VLOG(1) << "Waiting for file modification"; in TEST_F()
412 VLOG(1) << "Waiting for file deletion"; in TEST_F()
416 VLOG(1) << "Waiting for file creation"; in TEST_F()
429 VLOG(1) << "Waiting for directory creation"; in TEST_F()
433 VLOG(1) << "Waiting for file1 creation"; in TEST_F()
[all …]
/external/tensorflow/tensorflow/contrib/tensorrt/convert/
Dconvert_nodes.cc107 VLOG(2) << "PADDING_" << i << " pre: " << left << ", post: " << right in CreateSamePadding()
346 VLOG(2) << "Retrieve input: " << input_name; in get_inputs()
389 VLOG(2) << "Write out tensor: " << output_name; in convert_node()
450 VLOG(2) << "RSQRT GETS DONE"; in unary()
456 VLOG(2) << "Not supported op for unary: " << static_cast<int>(op); in unary()
481 VLOG(2) << "LAMBDA VAL : " << val; in broadcast_r()
485 VLOG(2) << "LAMBDA VAL : " << val; in broadcast_r()
491 VLOG(2) << "LAMBDA VAL : " << val; in broadcast_r()
496 VLOG(2) << "LAMBDA VAL : " << val; in broadcast_r()
510 VLOG(2) << "LAMBDA VAL : " << val; in broadcast_l()
[all …]
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc160 VLOG(2) << "found compute-capability-specific file, using that: " in FindOnDiskForComputeCapability()
166 VLOG(2) << "could not find compute-capability specific file at: " in FindOnDiskForComputeCapability()
216 VLOG(3) << "GetKernel on kernel " << kernel << " : " << kernel->name(); in GetKernel()
232 VLOG(3) << "Loaded CUBIN " << static_cast<const void *>(cubin) in GetKernel()
236 VLOG(3) << "CUBIN " << static_cast<const void *>(cubin) in GetKernel()
266 VLOG(3) << "Loaded PTX " << static_cast<const void *>(ptx) in GetKernel()
271 VLOG(3) << "PTX " << static_cast<const void *>(ptx) in GetKernel()
280 VLOG(2) << "getting function " << *kernelname << " from module " << module; in GetKernel()
300 VLOG(3) << "Unloading kernel " << kernel << " : " << kernel->name(); in UnloadKernel()
305 VLOG(3) << "Kernel " << kernel << " : " << kernel->name() in UnloadKernel()
[all …]
/external/tensorflow/tensorflow/contrib/tensorrt/segment/
Dsegment.cc158 VLOG(2) << "Trying node " << node->name(); in SegmentGraph()
162 VLOG(2) << "... not a TRT candidate"; in SegmentGraph()
172 VLOG(2) << "... out node " << out_edge->dst()->name(); in SegmentGraph()
176 VLOG(2) << "... ... not a TRT candidate"; in SegmentGraph()
181 VLOG(2) << "... ... can contract"; in SegmentGraph()
184 VLOG(2) << "... ... cannot contract, would form cycle"; in SegmentGraph()
199 VLOG(2) << "Merge " << src->name() << " <- " << dst->name(); in SegmentGraph()
234 VLOG(1) << "Segment " << segments->size() << ":" << s; in SegmentGraph()
240 VLOG(1) << "Segment " << segments->size() << " has only " in SegmentGraph()
/external/autotest/client/site_tests/camera_V4L2/src/
Dcamera_characteristics.cc154 VLOG(1) << __func__ << ": Camera" << camera_id << " " in GetCharacteristicsFromFile()
161 VLOG(1) << __func__ << ": Mismatched module: " in GetCharacteristicsFromFile()
205 VLOG(1) << __func__ << ": " << characteristic << ": " << value; in AddPerCameraCharacteristic()
220 VLOG(1) << __func__ << ": " << characteristic << ": " << value; in AddPerModuleCharacteristic()
237 VLOG(1) << __func__ << ": " << characteristic << ": " in AddPerModuleCharacteristic()
273 VLOG(1) << __func__ << ": " << characteristic << ": " << width in AddPerModuleCharacteristic()
278 VLOG(1) << __func__ << ": " << characteristic << ": " << value; in AddPerModuleCharacteristic()
283 VLOG(1) << __func__ << ": " << characteristic << ": " << value; in AddPerModuleCharacteristic()
288 VLOG(1) << __func__ << ": " << characteristic << ": " << value; in AddPerModuleCharacteristic()
303 VLOG(1) << __func__ << ": " << characteristic_name << ": " << value; in AddFloatValue()

12345678910>>...14