HomeSort by relevance Sort by last modified time
    Searched refs:expected_proto (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/python/distribute/cluster_resolver/
slurm_cluster_resolver_test.py 35 def _verifyClusterSpecEquality(self, cluster_spec, expected_proto):
36 self.assertProtoEquals(expected_proto, cluster_spec.as_cluster_def())
38 expected_proto,
41 expected_proto,
44 expected_proto,
63 expected_proto = """
68 self._verifyClusterSpecEquality(actual_cluster_spec, expected_proto)
114 expected_proto = """
119 self._verifyClusterSpecEquality(actual_cluster_spec, expected_proto)
142 expected_proto = ""
    [all...]
kubernetes_cluster_resolver_test.py 53 def _verifyClusterSpecEquality(self, cluster_spec, expected_proto):
62 expected_proto: Expected protobuf
64 self.assertProtoEquals(expected_proto, cluster_spec.as_cluster_def())
66 expected_proto,
68 self.assertProtoEquals(expected_proto,
71 self.assertProtoEquals(expected_proto,
83 expected_proto = """
89 self._verifyClusterSpecEquality(actual_cluster_spec, str(expected_proto))
102 expected_proto = """
110 self._verifyClusterSpecEquality(actual_cluster_spec, str(expected_proto))
    [all...]
cluster_resolver_test.py 126 def _verifyClusterSpecEquality(self, cluster_spec, expected_proto):
127 self.assertProtoEquals(expected_proto, cluster_spec.as_cluster_def())
129 expected_proto, server_lib.ClusterSpec(cluster_spec).as_cluster_def())
131 expected_proto,
134 expected_proto,
145 expected_proto = """
153 self._verifyClusterSpecEquality(actual_cluster_spec, expected_proto)
276 expected_proto = """
283 self._verifyClusterSpecEquality(cluster_spec, expected_proto)
333 expected_proto = ""
    [all...]
gce_cluster_resolver_test.py 32 def _verifyClusterSpecEquality(self, cluster_spec, expected_proto):
33 self.assertProtoEquals(expected_proto, cluster_spec.as_cluster_def())
35 expected_proto, server_lib.ClusterSpec(cluster_spec).as_cluster_def())
37 expected_proto,
40 expected_proto,
133 expected_proto = """
136 self._verifyClusterSpecEquality(actual_cluster_spec, expected_proto)
223 expected_proto = """
226 self._verifyClusterSpecEquality(actual_cluster_spec, expected_proto)
244 expected_proto = ""
    [all...]
tpu_cluster_resolver_test.py 96 def _verifyClusterSpecEquality(self, cluster_spec, expected_proto):
105 expected_proto: Expected protobuf
107 self.assertProtoEquals(expected_proto, cluster_spec.as_cluster_def())
109 expected_proto,
111 self.assertProtoEquals(expected_proto,
114 self.assertProtoEquals(expected_proto,
174 expected_proto = """
184 self._verifyClusterSpecEquality(actual_cluster_spec, str(expected_proto))
208 expected_proto = """
211 self._verifyClusterSpecEquality(actual_cluster_spec, expected_proto)
    [all...]
tfconfig_cluster_resolver_test.py 36 def _verifyClusterSpecEquality(self, cluster_spec, expected_proto):
37 self.assertProtoEquals(expected_proto, cluster_spec.as_cluster_def())
39 expected_proto, server_lib.ClusterSpec(cluster_spec).as_cluster_def())
41 expected_proto,
44 expected_proto,
62 expected_proto = """
70 self._verifyClusterSpecEquality(actual_cluster_spec, expected_proto)
  /external/grpc-grpc/src/ruby/spec/
google_rpc_status_utils_spec.rb 170 @expected_proto = Google::Rpc::Status.new(
174 start_server(Google::Rpc::Status.encode(@expected_proto))
191 expect(rpc_status).to eq(@expected_proto)
206 expect(rpc_status).to eq(@expected_proto)
  /external/tensorflow/tensorflow/python/profiler/
pprof_profiler_test.py 87 expected_proto = """sample_type {
128 self.assertEquals(expected_proto, str(profiles['deviceA']))
137 self.assertEquals(expected_proto, str(profile))
  /external/tensorflow/tensorflow/python/training/
server_lib_test.py 448 expected_proto = """
456 self.assertProtoEquals(expected_proto, cluster_spec.as_cluster_def())
458 expected_proto,
461 expected_proto,
464 expected_proto,
473 expected_proto = """
479 self.assertProtoEquals(expected_proto, cluster_spec.as_cluster_def())
481 expected_proto, server_lib.ClusterSpec(cluster_spec).as_cluster_def())
483 expected_proto,
486 expected_proto,
    [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 528 expected_proto = expected_class()
529 text_format.Merge(expected_ascii, expected_proto)
532 actual_proto, expected_proto,
534 % (str(actual_proto), str(expected_proto)))
    [all...]
  /external/android-clat/
clatd_test.cpp 447 uint16_t expected_proto; local
451 expected_proto = htons(ETH_P_IPV6);
456 expected_proto = htons(ETH_P_IP);
479 EXPECT_EQ(expected_proto, new_tun_header.proto) << msg << "Unexpected tun proto\n";
    [all...]

Completed in 1318 milliseconds