/external/tensorflow/tensorflow/contrib/receptive_field/ |
D | RECEPTIVE_FIELD_TABLE.md | 160 inception_v2-no-separable-conv | None | Conv2d_1a_7x7 | 7 | 2 | None 161 inception_v2-no-separable-conv | None | MaxPool_2a_3x3 | 11 | 4 | None 162 inception_v2-no-separable-conv | None | Conv2d_2b_1x1 | 11 | 4 | None 163 inception_v2-no-separable-conv | None | Conv2d_2c_3x3 | 19 | 4 | None 164 inception_v2-no-separable-conv | None | MaxPool_3a_3x3 | 27 | 8 | None 165 inception_v2-no-separable-conv | None | Mixed_3b | 59 | 8 | None 166 inception_v2-no-separable-conv | None | Mixed_3c | 91 | 8 | None 167 inception_v2-no-separable-conv | None | Mixed_4a | 123 | 16 | None 168 inception_v2-no-separable-conv | None | Mixed_4b | 187 | 16 | None 169 inception_v2-no-separable-conv | None | Mixed_4c | 251 | 16 | None [all …]
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.hpp | 141 void setSeparable (bool separable); 258 bool separable; member 259 explicit ProgramSeparable (bool separable_) : separable(separable_) {} in ProgramSeparable() 317 bool separable; member 319 ProgramSources (void) : transformFeedbackBufferMode(0), separable(false) {} in ProgramSources() 325 … operator<< (const ProgramSeparable& progSeparable) { separable = progSeparable.separable; … in operator <<()
|
D | gluShaderProgram.cpp | 306 int separable = GL_FALSE; in isSeparable() local 308 m_gl.getProgramiv(m_program, GL_PROGRAM_SEPARABLE, &separable); in isSeparable() 311 return (separable != GL_FALSE); in isSeparable() 314 void Program::setSeparable (bool separable) in setSeparable() argument 316 m_gl.programParameteri(m_program, GL_PROGRAM_SEPARABLE, separable); in setSeparable() 434 if (sources.separable) in init()
|
D | gluShaderLibrary.cpp | 100 const bool isSeparable = !spec.programs.empty() && spec.programs[0].sources.separable; in isValid() 1437 pipelineProgram.sources.separable = true; in parseShaderCase()
|
/external/skqp/docs/ |
D | SkBlendMode_Overview.bmh | 75 #Line # non-separable blend modes ## 81 $A non-separable blend modes $ https://www.w3.org/TR/compositing-1/#blendingnonseparable $$
|
/external/skia/docs/ |
D | SkBlendMode_Overview.bmh | 75 #Line # non-separable blend modes ## 81 $A non-separable blend modes $ https://www.w3.org/TR/compositing-1/#blendingnonseparable $$
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.program_interface_query.txt | 93 or separable shader programs. 98 separate tests for a complete vertex-fragment program and for separable
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinition.hpp | 95 void setSeparable (bool separable);
|
D | es31fProgramInterfaceDefinition.cpp | 470 void Program::setSeparable (bool separable) in setSeparable() argument 472 m_separable = separable; in setSeparable()
|
D | es31fSeparateShaderTests.cpp | 1036 bool separable); 1092 bool separable) in createShaderProgram() argument 1100 sources << ProgramSeparable(separable); in createShaderProgram()
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/g3doc/ |
D | svm.md | 15 linearly separable. More specifically, tf.contrib.learn.SVM finds the optimal
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-01-31-UniversalIRIdea.txt | 30 convince people. E.g., the idea of providing a package of separable
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2001-01-31-UniversalIRIdea.txt | 30 convince people. E.g., the idea of providing a package of separable
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-01-31-UniversalIRIdea.txt | 30 convince people. E.g., the idea of providing a package of separable
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cSeparateShaderObjsTests.cpp | 538 int separable = GL_FALSE; in checkCSProg() local 542 gl.getProgramiv(program, GL_PROGRAM_SEPARABLE, &separable); in checkCSProg() 546 return (program != 0) && (separable == expectedSep) && (linked == expectedLink); in checkCSProg() 1057 int separable; in iterate() local 1059 gl.getProgramiv(programSep, GL_PROGRAM_SEPARABLE, &separable); in iterate() 1060 if (separable != GL_FALSE) in iterate() 1065 gl.getProgramiv(programSep, GL_PROGRAM_SEPARABLE, &separable); in iterate() 1066 if (separable != 0) in iterate()
|
/external/tensorflow/tensorflow/contrib/kernel_methods/g3doc/ |
D | tutorial.md | 135 the input data is not linearly separable. We will use explicit kernel mappings 140 (transformed) features are (almost) linearly separable and then apply a linear
|
/external/skqp/site/user/api/ |
D | SkBlendMode_Overview.md | 67 <a href='https://www.w3.org/TR/compositing-1/#blendingnonseparable'>non-separable blend modes</a></…
|
/external/skia/site/user/api/ |
D | SkBlendMode_Overview.md | 67 <a href='https://www.w3.org/TR/compositing-1/#blendingnonseparable'>non-separable blend modes</a></…
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 599 dst << ProgramSeparable(src.separable); in specializeProgramSources() 840 if (spec.programs[0].sources.separable) in isTessellationPresent() 933 const bool separablePrograms = m_spec.programs[0].sources.separable; in execute()
|
/external/autotest/client/deps/glbench/src/ |
D | yuv2rgb_1.glslf | 102 * separable blocks.
|
/external/nos/host/generic/libnos_datagram/ |
D | NOTICE | 46 separable from, or merely link (or bind by name) to the interfaces of,
|
/external/nos/test/system-test-harness/ |
D | NOTICE | 46 separable from, or merely link (or bind by name) to the interfaces of,
|
D | LICENSE | 46 separable from, or merely link (or bind by name) to the interfaces of,
|
/external/snakeyaml/ |
D | LICENSE.txt | 45 separable from, or merely link (or bind by name) to the interfaces of,
|
/external/nos/host/generic/ |
D | LICENSE | 46 separable from, or merely link (or bind by name) to the interfaces of,
|