Home
last modified time | relevance | path

Searched refs:ValidateConfig (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util_test.cc49 TEST(ValidateConfig, Good) { in TEST() argument
65 TF_EXPECT_OK(ValidateConfig(config)); in TEST()
68 TEST(ValidateConfig, BadEmpty) { in TEST() argument
70 ExpectErrorContains(ValidateConfig(config), "fetches must be specified"); in TEST()
73 TEST(ValidateConfig, BadNoFetch) { in TEST() argument
77 ExpectErrorContains(ValidateConfig(config), "fetches must be specified"); in TEST()
80 TEST(ValidateConfig, BadFeedNodeName) { in TEST() argument
83 ExpectErrorContains(ValidateConfig(config), "node_name must be non-empty"); in TEST()
86 TEST(ValidateConfig, BadFeedOutputIndex) { in TEST() argument
91 ExpectErrorContains(ValidateConfig(config), "output_index must be positive"); in TEST()
[all …]
Dtf2xla_util.h34 Status ValidateConfig(const tf2xla::Config& config);
Dgraph_compiler_util.cc267 TF_RETURN_IF_ERROR(ValidateConfig(config)); in InitGraph()
Dtf2xla_util.cc312 Status ValidateConfig(const tf2xla::Config& config) { in ValidateConfig() function
/external/angle/src/libANGLE/
DvalidationEGL.h57 bool ValidateConfig(const ValidationContext *val, const Display *display, const Config *config);
DvalidationEGL.cpp1454 bool ValidateConfig(const ValidationContext *val, const Display *display, const Config *config) in ValidateConfig() function
1624 ANGLE_VALIDATION_TRY(ValidateConfig(val, display, configuration)); in ValidateCreateContext()
2109 ANGLE_VALIDATION_TRY(ValidateConfig(val, display, config)); in ValidateCreateWindowSurface()
2279 ANGLE_VALIDATION_TRY(ValidateConfig(val, display, config)); in ValidateCreatePbufferSurface()
2435 ANGLE_VALIDATION_TRY(ValidateConfig(val, display, config)); in ValidateCreatePbufferFromClientBuffer()
2752 ANGLE_VALIDATION_TRY(ValidateConfig(val, display, config)); in ValidateCreatePixmapSurface()
4671 ANGLE_VALIDATION_TRY(ValidateConfig(val, display, config)); in ValidateGetConfigAttrib()
4740 ANGLE_VALIDATION_TRY(ValidateConfig(val, display, configuration)); in ValidateCreatePlatformWindowSurfaceEXT()
4758 ANGLE_VALIDATION_TRY(ValidateConfig(val, display, configuration)); in ValidateCreatePlatformPixmapSurfaceEXT()
/external/sonivox/jet_tools/JetCreator/
DJetPreview.py131 if not ValidateConfig(self.jet_file):
DJetCreator.py78 if not ValidateConfig(self.jet_file):
848 if not ValidateConfig(self.jet_file):
1056 if ValidateConfig(self.jet_file):
1181 if not ValidateConfig(self.jet_file):
1232 if not ValidateConfig(jet_file):
DJetUtils.py530 def ValidateConfig(test_jet_file): function
/external/tensorflow/tensorflow/compiler/aot/
Dcompile.cc218 TF_RETURN_IF_ERROR(ValidateConfig(config)); in Main()
Dcodegen.cc396 TF_RETURN_IF_ERROR(ValidateConfig(config)); in GenerateHeader()