Searched defs:ValidateConfig (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | tf2xla_util_test.cc | 49 TEST(ValidateConfig, Good) { in TEST() argument 68 TEST(ValidateConfig, BadEmpty) { in TEST() argument 73 TEST(ValidateConfig, BadNoFetch) { in TEST() argument 80 TEST(ValidateConfig, BadFeedNodeName) { in TEST() argument 86 TEST(ValidateConfig, BadFeedOutputIndex) { in TEST() argument 94 TEST(ValidateConfig, BadFetchNodeName) { in TEST() argument 102 TEST(ValidateConfig, BadFetchOutputIndex) { in TEST() argument 112 TEST(ValidateConfig, DuplicateFeedName) { in TEST() argument 123 TEST(ValidateConfig, DuplicateFetchName) { in TEST() argument 136 TEST(ValidateConfig, ConflictingFeedName) { in TEST() argument [all …]
|
H A D | tf2xla_util.cc | 485 Status ValidateConfig(const tf2xla::Config& config) { in ValidateConfig() function
|
/aosp_15_r20/external/federated-compute/fcp/aggregation/protocol/simple_aggregation/ |
H A D | simple_aggregation_protocol.cc | 89 absl::Status SimpleAggregationProtocol::ValidateConfig( in ValidateConfig() function in fcp::aggregation::SimpleAggregationProtocol
|
/aosp_15_r20/external/sonivox/jet_tools/JetCreator/ |
H A D | JetUtils.py | 530 def ValidateConfig(test_jet_file): function
|
/aosp_15_r20/external/webp/examples/ |
H A D | webpmux.c | 817 static int ValidateConfig(Config* const config) { in ValidateConfig() function
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | validationEGL.cpp | 2258 bool ValidateConfig(const ValidationContext *val, const Display *display, const Config *config) in ValidateConfig() function
|