HomeSort by relevance Sort by last modified time
    Searched refs:ShortDebugString (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/tensorflow/tensorflow/compiler/xla/client/
global_data.cc 33 VLOG(1) << "requesting to unregister " << handle_.ShortDebugString();
38 LOG(WARNING) << "failed to unregister " << handle_.ShortDebugString()
client.cc 190 VLOG(1) << "load snapshot response: " << response.ShortDebugString();
213 VLOG(1) << "making execute request: " << request.ShortDebugString();
249 VLOG(1) << "making execute-parallel request: " << request.ShortDebugString();
278 VLOG(1) << "making get device request: " << request.ShortDebugString();
  /external/tensorflow/tensorflow/compiler/xla/tools/
show_literal.cc 45 LOG(INFO) << "literal: " << literal_proto.ShortDebugString();
  /external/tensorflow/tensorflow/core/distributed_runtime/
recent_request_ids.cc 44 request.ShortDebugString());
  /external/tensorflow/tensorflow/python/util/
kernel_registry.cc 48 << node_def.ShortDebugString();
  /external/protobuf/conformance/
conformance_python.py 118 request.ShortDebugString().c_str(),
119 response.ShortDebugString().c_str()))
conformance_cpp.cc 187 request.ShortDebugString().c_str(),
188 response.ShortDebugString().c_str());
conformance_test.cc 201 request.ShortDebugString().c_str(),
202 response.ShortDebugString().c_str());
210 test_name.c_str(), request.ShortDebugString().c_str(),
211 response.ShortDebugString().c_str());
237 request.ShortDebugString().c_str(),
238 response->ShortDebugString().c_str());
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
create_xla_launch_op.cc 49 return errors::InvalidArgument("Not compilable: ", ndef.ShortDebugString());
  /external/tensorflow/tensorflow/compiler/xla/
packed_literal_reader.cc 46 << (layout == nullptr ? "<none>" : layout->ShortDebugString());
layout_util.cc 181 layout.ShortDebugString().c_str(), shape.ShortDebugString().c_str());
191 shape.ShortDebugString().c_str());
shape_util.cc 148 VLOG(3) << "ShapeUtil::Equal differ: lhs = " << lhs.ShortDebugString()
149 << ", rhs = " << rhs.ShortDebugString();
773 shape.ShortDebugString().c_str());
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_convolution_rewriter.cc 94 << conv->window().ShortDebugString()
100 << conv->window().ShortDebugString()
258 << conv->window().ShortDebugString()
264 << conv->window().ShortDebugString()
cudnn_convolution_runner.cc 88 VLOG(3) << "Window: { " << window.ShortDebugString() << " }";
89 VLOG(3) << "Dim nums: { " << dnums.ShortDebugString() << " }";
  /external/tensorflow/tensorflow/core/util/
events_writer_test.cc 74 VLOG(1) << actual.ShortDebugString();
86 VLOG(1) << actual.ShortDebugString();
95 VLOG(1) << actual.ShortDebugString();
tensor_slice_writer_test.cc 173 ssm.shape().ShortDebugString());
188 ssm.shape().ShortDebugString());
201 ssm.shape().ShortDebugString());
214 ssm.shape().ShortDebugString());
  /external/tensorflow/tensorflow/compiler/xla/service/
user_computation.cc 225 << parameter_request.ShortDebugString();
246 << send_request.ShortDebugString();
265 << recv_request.ShortDebugString();
293 << pad_request.ShortDebugString();
344 << gather_request.ShortDebugString();
373 << get_tuple_element_request.ShortDebugString();
392 << trace_request.ShortDebugString();
433 << rng_request.ShortDebugString();
469 << map_request.ShortDebugString();
506 << reduce_request.ShortDebugString();
    [all...]
hlo_cse.cc 46 // Map from ShortDebugString of the layoutless shape of the constant to the
66 string shape_string = shape.ShortDebugString();
shape_inference.cc 542 padding_config.ShortDebugString().c_str());
    [all...]
service.cc 188 result->computation().ShortDebugString().c_str(), this,
691 VLOG(1) << "running execute-parallel request: " << arg->ShortDebugString();
    [all...]
  /external/tensorflow/tensorflow/core/framework/
op_def_builder_test.cc 56 EXPECT_EQ(op_def.ShortDebugString(), expected.ShortDebugString());
73 EXPECT_EQ(op_def.ShortDebugString(), expected.ShortDebugString());
tensor_slice_test.cc 77 proto.ShortDebugString());
109 proto.ShortDebugString());
  /external/tensorflow/tensorflow/cc/tools/
freeze_saved_model_test.cc 34 EXPECT_EQ(actual.ShortDebugString(), expected.ShortDebugString());
  /external/tensorflow/tensorflow/tools/proto_text/
gen_proto_text_functions_lib_test.cc 32 const string s = short_debug ? input.ShortDebugString() : input.DebugString();
44 EXPECT_EQ(proto.ShortDebugString(), ProtoShortDebugString(proto)); \
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 134 TEST_F(TextFormatTest, ShortDebugString) {
143 proto_.ShortDebugString());
207 EXPECT_EQ(expected_short_debug_string, proto_.ShortDebugString());
    [all...]

Completed in 1667 milliseconds

1 2 3