/external/testng/src/main/java/org/testng/mustache/ |
BaseChunk.java | 5 protected Model m_model; 7 public BaseChunk(Model model) { 8 m_model = model;
|
/external/tensorflow/tensorflow/contrib/lite/toco/ |
dump_graphviz.h | 20 #include "tensorflow/contrib/lite/toco/model.h" 24 void DumpGraphviz(const Model& model, string* output_file_contents);
|
toco_tooling.h | 21 #include "tensorflow/contrib/lite/toco/model.h" 27 // Imports the input file into a Model object. 28 std::unique_ptr<Model> Import(const TocoFlags& toco_flags, 32 // Transforms a Model. The resulting Model is ready to be passed 34 void Transform(const TocoFlags& toco_flags, Model* model); 36 // Exports the Model, which must be of the 'lowered' form returned by 39 void Export(const TocoFlags& toco_flags, const Model& model, [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/Common/ |
TargetOptionsCommandFlags.h | 20 llvm::Optional<llvm::CodeModel::Model> GetCodeModelFromCMModel();
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Common/ |
TargetOptionsCommandFlags.h | 20 llvm::Optional<llvm::CodeModel::Model> GetCodeModelFromCMModel();
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Common/ |
TargetOptionsCommandFlags.h | 20 llvm::Optional<llvm::CodeModel::Model> GetCodeModelFromCMModel();
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Common/ |
TargetOptionsCommandFlags.h | 20 llvm::Optional<llvm::CodeModel::Model> GetCodeModelFromCMModel();
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Common/ |
TargetOptionsCommandFlags.h | 20 llvm::Optional<llvm::CodeModel::Model> GetCodeModelFromCMModel();
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Common/ |
TargetOptionsCommandFlags.h | 20 llvm::Optional<llvm::CodeModel::Model> GetCodeModelFromCMModel();
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Common/ |
TargetOptionsCommandFlags.h | 20 llvm::Optional<llvm::CodeModel::Model> GetCodeModelFromCMModel();
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Common/ |
TargetOptionsCommandFlags.h | 20 llvm::Optional<llvm::CodeModel::Model> GetCodeModelFromCMModel();
|
/external/clang/test/SemaTemplate/ |
instantiate-field.cpp | 39 template <class Model> struct requirement<failed *Model::*> 43 ((Model*)0)->~Model(); // expected-note{{in instantiation of}} 47 template <class Model> struct requirement_<void(*)(Model)> : requirement<failed *Model::*> 53 template <class Model> struct usage_requirements 56 {((Model*)0)->~Model(); } // expected-note{{in instantiation of} [all...] |
/external/llvm/include/llvm/Support/ |
CodeGen.h | 11 // example, relocation model. 20 // Relocation model types. 22 enum Model { Static, PIC_, DynamicNoPIC }; 25 // Code model types. 28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; 42 enum Model {
|
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/ |
import.h | 19 #include "tensorflow/contrib/lite/toco/model.h" 25 // Parse the given string as TF Lite flatbuffer and return a new tf.mini model. 26 std::unique_ptr<Model> Import(const ModelFlags &model_flags, 31 // The names of all tensors found in a TF Lite model. 34 // The names of all operators found in TF Lite model. If the operator is 39 void LoadTensorsTable(const ::tflite::Model &input_model, 41 void LoadOperatorsTable(const ::tflite::Model &input_model,
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
CodeGen.h | 11 // example, relocation model. 20 // Relocation model types. 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; 25 // Code model types. 28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; 42 enum Model {
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
CodeGen.h | 11 // example, relocation model. 20 // Relocation model types. 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; 25 // Code model types. 28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; 42 enum Model {
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
CodeGen.h | 11 // example, relocation model. 20 // Relocation model types. 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; 25 // Code model types. 28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; 42 enum Model {
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
CodeGen.h | 11 // example, relocation model. 20 // Relocation model types. 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; 25 // Code model types. 28 enum Model { Small, Kernel, Medium, Large }; 42 enum Model {
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
CodeGen.h | 11 // example, relocation model. 20 // Relocation model types. 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; 25 // Code model types. 28 enum Model { Small, Kernel, Medium, Large }; 42 enum Model {
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
CodeGen.h | 11 // example, relocation model. 20 // Relocation model types. 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; 25 // Code model types. 28 enum Model { Small, Kernel, Medium, Large }; 42 enum Model {
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
CodeGen.h | 11 // example, relocation model. 20 // Relocation model types. 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; 25 // Code model types. 28 enum Model { Small, Kernel, Medium, Large }; 42 enum Model {
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
CodeGen.h | 11 // example, relocation model. 20 // Relocation model types. 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; 25 // Code model types. 28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; 42 enum Model {
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/ |
CodeGen.h | 11 // example, relocation model. 20 // Relocation model types. 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; 25 // Code model types. 28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; 42 enum Model {
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/ |
CodeGen.h | 11 // example, relocation model. 20 // Relocation model types. 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; 25 // Code model types. 28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; 42 enum Model {
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
CodeGen.h | 11 // example, relocation model. 20 // Relocation model types. 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; 25 // Code model types. 28 enum Model { Small, Kernel, Medium, Large }; 42 enum Model {
|