Home
last modified time | relevance | path

Searched refs:nested1 (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/Analysis/inlining/
Dtest-always-inline-size-option.c21 int nested1() { in nested1() function
26 clang_analyzer_eval(nested1() == 0); // expected-warning{{TRUE}} in testNested()
/external/tensorflow/tensorflow/python/kernel_tests/
Dtemplate_test.py337 nested1 = template.make_template("nested", variable_scoped_function)
339 v1 = nested1()
347 self.assertEqual(nested1.variables, [v1])
349 self.assertEqual(nested1.trainable_variables, [v1])
351 self.assertEqual(len(nested1.non_trainable_variables), 0)
412 nested1 = template.make_template_internal(
420 nested1()
422 v1 = nested1.variables
430 self.assertEqual(nested1.variables, v1)
432 self.assertEqual(nested1.trainable_variables, v1)
[all …]
/external/clang/test/Modules/Inputs/normal-module-map/nested/
Dnested1.h1 int nested1; variable
Dmodule.map2 header "nested1.h"
/external/clang/test/CodeGen/
Dms-anonymous-struct.c6 typedef struct nested1 { struct
/external/clang/test/Sema/
DMicrosoftExtensions.c37 typedef struct nested1 { struct
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc93 auto nested1 = xla::LiteralUtil::MakeTuple({&scalar, &nested0}); in MakeTuple0() local
94 return nested1.ToProto(); in MakeTuple0()