HomeSort by relevance Sort by last modified time
    Searched defs:DebugString (Results 26 - 50 of 52) sorted by null

12 3

  /external/tensorflow/tensorflow/cc/tutorials/
example_trainer.cc 85 string DebugString(const Tensor& x, const Tensor& y) {
136 DebugString(x, y).c_str());
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
process_state.cc 91 string ProcessState::MemDesc::DebugString() {
  /external/tensorflow/tensorflow/core/distributed_runtime/
rpcbench_test.cc 157 string DebugString(const Tensor& x, const Tensor& y, int tensor_size) {
201 VLOG(1) << DebugString(x, y, tensor_size);
message_wrappers.cc 105 string InMemoryRunStepRequest::DebugString() const {
106 return ToProto().DebugString();
213 string MutableProtoRunStepRequest::DebugString() const {
214 return request_.DebugString();
275 string ProtoRunStepRequest::DebugString() const {
276 return request_->DebugString();
  /external/tensorflow/tensorflow/core/framework/
op.cc 157 string OpRegistry::DebugString(bool include_internal) const {
resource_mgr.cc 108 string ResourceMgr::DebugString() const {
124 q.second->DebugString()};
272 string ContainerInfo::DebugString() const {
dataset.cc 52 string DebugString() const {
54 return dataset_->DebugString();
tensor_shape_test.cc 299 string DebugString() const;
301 /// Same as `TensorShape(proto).DebugString()` but doesn't crash for
303 static string DebugString(const TensorShapeProto& proto);
361 return errors::InvalidArgument("Shape ", DebugString(proto),
367 return errors::InvalidArgument("Shape ", DebugString(proto),
473 string TensorShapeOld::DebugString() const {
478 string TensorShapeOld::DebugString(const TensorShapeProto& proto) {
520 EXPECT_EQ(sp.DebugString(), spold.DebugString());
522 fprintf(stderr, "ITERATION %d: %s\n", i, sp.DebugString().c_str())
    [all...]
shape_inference.cc 310 string InferenceContext::DebugString(ShapeHandle s) {
313 for (auto d : s->dims_) vals.push_back(DebugString(d));
320 string InferenceContext::DebugString(DimensionHandle d) {
324 string InferenceContext::DebugString() const {
559 " and ", Value(d1), ". Shapes are ", DebugString(s0), " and ",
560 DebugString(s1), ".");
    [all...]
tensor.cc     [all...]
function.cc 704 string DebugString(const FunctionDef& func_def) { return Print(func_def); }
706 string DebugString(const GraphDef& instantiated_func_def) {
714 string DebugString(gtl::ArraySlice<NodeDef> instantiated_func_nodes) {
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
list_kernels.h 52 string DebugString() const { return "TensorList"; }
78 c->input(0).scalar<Variant>()().DebugString(), "'"));
112 l->element_shape.DebugString(),
113 " and tensor shape: ", t.shape().DebugString()));
152 "Specified a list with shape ", element_shape.DebugString(),
153 " from a tensor with shape ", output_shape.DebugString()));
190 a.element_shape.DebugString(), " and the other is ",
191 b.element_shape.DebugString());
218 a_tensor.shape().DebugString(), " and the other is ",
219 b_tensor.shape().DebugString(), " in position ", i)
    [all...]
meta_support.cc 57 string DebugString() { return "MetaGemmScratchResource"; }
  /external/tensorflow/tensorflow/core/util/
tensor_slice_reader.cc 299 const string TensorSliceReader::DebugString() const {
305 e.second->shape().DebugString());
  /external/v8/testing/gmock/src/
gmock-matchers.cc 382 string MatchMatrix::DebugString() const {
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 33 DebugString,
  /build/kati/
expr.cc 42 string Value::DebugString() const {
97 r += v->DebugString();
155 return StringPrintf("VarRef(%s)", name_->DebugString().c_str());
192 return StringPrintf("VarSubst(%s:%s=%s)", name_->DebugString().c_str(),
193 pat_->DebugString().c_str(),
194 subst_->DebugString().c_str());
570 val_strs.push_back(v->DebugString());
  /external/tensorflow/tensorflow/core/kernels/data/
tensor_queue_dataset_op.cc 97 string DebugString() override {
338 tensors[i].shape().DebugString(),
339 " but queue expected shape: ", shapes_[i].DebugString());
448 string DebugString() const { return TypeName(); }
539 input->output_shapes()[i].DebugString(),
540 " vs. ", tensor_shape.DebugString()));
560 " saw shape: ", padding_value_t.shape().DebugString()));
595 tensor_queue_t.shape().DebugString()));
605 "]. Received variant: ", variants[i].DebugString()));
617 ",...], but saw shape: ", components[i].shape().DebugString()));
    [all...]
iterator_ops.cc 73 ": expected ", expected[i].DebugString(),
74 " but got ", received[i].DebugString(),
208 string DebugString() override { return "Iterator resource"; }
412 string DebugString() const {
415 "data: ", data_->DebugString(),
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 477 std::string Fuzzer::Coverage::DebugString() const {
  /external/tensorflow/tensorflow/core/graph/
graph.cc 95 string Node::DebugString() const {
362 TF_DCHECK_OK(IsValidNode(node)) << node->DebugString();
377 TF_DCHECK_OK(IsValidNode(source)) << source->DebugString();
378 TF_DCHECK_OK(IsValidNode(dest)) << dest->DebugString();
384 DCHECK_EQ(x, kControlSlot) << source->DebugString();
385 DCHECK_EQ(y, kControlSlot) << dest->DebugString();
408 TF_DCHECK_OK(IsValidNode(e->src_)) << e->src_->DebugString();
409 TF_DCHECK_OK(IsValidNode(e->dst_)) << e->dst_->DebugString();
478 dst->DebugString());
561 << "Edge " << edge->src()->DebugString() << ":
    [all...]
  /external/tensorflow/tensorflow/tools/graph_transforms/
transform_utils.cc 147 << "No key '" << source_key << "' found in " << source.DebugString();
258 string OpTypePattern::DebugString() const {
261 result += input.DebugString() + ",";
267 string NodeMatch::DebugString() const {
269 result += node.DebugString();
272 result += input.DebugString() + ",";
303 VLOG(1) << "Looking at node " << node.DebugString();
304 VLOG(1) << "pattern=" << pattern.DebugString();
305 VLOG(1) << "match=" << match->DebugString();
573 << node_map[invalid_input.first]->DebugString();
    [all...]
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.cc     [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 91 string Message::DebugString() const {
132 printf("%s", DebugString().c_str());
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
function.cc 183 string DebugString(Handle h) override;
556 for (const auto& line : str_util::Split(DebugString(g), '\n')) {
891 string FunctionLibraryRuntimeImpl::DebugString(Handle handle) {
895 return tensorflow::DebugString(item->graph);
    [all...]

Completed in 577 milliseconds

12 3