OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugWatchAndURLSpec
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/core/debug/
debug_grpc_io_utils_test.cc
445
{
DebugWatchAndURLSpec
(kWatch1, kGrpcUrl1, true)}));
447
{
DebugWatchAndURLSpec
(kWatch1, kGrpcUrl1, false)}));
451
{
DebugWatchAndURLSpec
("foo:0:DebugIdentity", kGrpcUrl1, true),
452
DebugWatchAndURLSpec
("foo:0:DebugIdentity", "file:///tmp/tfdbg_1",
465
{
DebugWatchAndURLSpec
(kWatch1, kGrpcUrl1, true)}));
468
{
DebugWatchAndURLSpec
(kWatch1, kGrpcUrl2, true)}));
470
{
DebugWatchAndURLSpec
(kWatch1, kGrpcUrl2, false)}));
473
{
DebugWatchAndURLSpec
(kWatch2, kGrpcUrl1, true)}));
475
{
DebugWatchAndURLSpec
(kWatch2, kGrpcUrl1, false)}));
478
{
DebugWatchAndURLSpec
(kWatch1, kGrpcUrl1, true)
[
all
...]
debug_io_utils.h
39
struct
DebugWatchAndURLSpec
{
40
DebugWatchAndURLSpec
(const string& watch_key, const string& url,
105
// specs: A vector of
DebugWatchAndURLSpec
carrying information about the
113
const std::vector<
DebugWatchAndURLSpec
>& specs);
debug_io_utils.cc
514
const std::vector<
DebugWatchAndURLSpec
>& specs) {
516
for (const
DebugWatchAndURLSpec
& spec : specs) {
[
all
...]
/external/tensorflow/tensorflow/core/kernels/
debug_ops.h
56
DebugWatchAndURLSpec
(strings::StrCat(tensor_name_, ":", items[0]),
115
std::vector<
DebugWatchAndURLSpec
> debug_op_and_url_specs_;
Completed in 245 milliseconds