Searched refs:ValidateConfig (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla_util_test.cc | 49 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 …]
|
D | tf2xla_util.h | 34 Status ValidateConfig(const tf2xla::Config& config);
|
D | graph_compiler_util.cc | 267 TF_RETURN_IF_ERROR(ValidateConfig(config)); in InitGraph()
|
D | tf2xla_util.cc | 312 Status ValidateConfig(const tf2xla::Config& config) { in ValidateConfig() function
|
/external/angle/src/libANGLE/ |
D | validationEGL.h | 57 bool ValidateConfig(const ValidationContext *val, const Display *display, const Config *config);
|
D | validationEGL.cpp | 1454 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/ |
D | JetPreview.py | 131 if not ValidateConfig(self.jet_file):
|
D | JetCreator.py | 78 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):
|
D | JetUtils.py | 530 def ValidateConfig(test_jet_file): function
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | compile.cc | 218 TF_RETURN_IF_ERROR(ValidateConfig(config)); in Main()
|
D | codegen.cc | 396 TF_RETURN_IF_ERROR(ValidateConfig(config)); in GenerateHeader()
|