/external/tensorflow/tensorflow/contrib/specs/python/ |
specs_ops.py | 106 Unit = Fun(layers.unit_norm)
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
Scala.stg | 282 def <ruleName>_fragment(<ruleDescriptor.parameterScope:parameterScope()>): Unit = { 480 final def m<ruleName>(<ruleDescriptor.parameterScope:parameterScope()>): Unit = { 517 def mTokens(): Unit = { [all...] |
/external/mesa3d/src/mesa/drivers/common/ |
meta.c | 636 save->EnvMode = ctx->Texture.Unit[0].EnvMode; 640 save->TexEnabled[u] = ctx->Texture.Unit[u].Enabled; 641 save->TexGenEnabled[u] = ctx->Texture.Unit[u].TexGenEnabled; 642 if (ctx->Texture.Unit[u].Enabled || 643 ctx->Texture.Unit[u].TexGenEnabled) { 660 /* save current texture objects for unit[0] only */ 663 ctx->Texture.Unit[0].CurrentTex[tgt]); 666 /* set defaults for unit[0] */ [all...] |
meta_generate_mipmap.c | 200 ctx->Texture.Unit[ctx->Texture.CurrentUnit].Sampler);
|
/external/llvm/lib/IR/ |
LLVMContextImpl.h | 534 Metadata *Unit; 544 bool IsOptimized, Metadata *Unit, Metadata *TemplateParams, 551 Flags(Flags), IsOptimized(IsOptimized), Unit(Unit), 562 IsOptimized(N->isOptimized()), Unit(N->getRawUnit()), 578 Unit == RHS->getUnit() && [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
LLVMContextImpl.h | 619 Metadata *Unit; 630 bool IsOptimized, Metadata *Unit, Metadata *TemplateParams, 638 Flags(Flags), IsOptimized(IsOptimized), Unit(Unit), 649 IsOptimized(N->isOptimized()), Unit(N->getRawUnit()), 666 Unit == RHS->getUnit() && [all...] |
/art/cmdline/ |
cmdline_parser_test.cc | 576 EXPECT_KEY_VALUE(map, M::Help, Unit{}); 578 EXPECT_KEY_VALUE(map, M::MethodTrace, Unit{});
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/ |
Flat32.asm | 289 ; Before we get going, check SOC Unit Registers to see if we are required to issue a warm/cold reset
331 ; Enable interrupts to Remote Management Unit when a IMR/SMM/HMBOUND violation occurs.
409 ; Issue Warm Reset request to Remote Management Unit via iLB
418 ; Issue Cold Reset request to Remote Management Unit via iLB
|
/external/eigen/Eigen/src/Core/ |
MatrixBase.h | 117 /** \internal the return type of unit vectors */ 265 EIGEN_DEVICE_FUNC static const BasisReturnType Unit(Index size, Index i); 266 EIGEN_DEVICE_FUNC static const BasisReturnType Unit(Index i);
|
/external/elfutils/tests/ |
run-readelf-loc.sh | 914 Compilation unit at offset 0: 916 Unit type: skeleton (4), Unit id: 0x3d909d7bd0e69c0b 927 Split compilation unit at offset 0: 929 Unit type: skeleton (4), Unit id: 0x3d909d7bd0e69c0b 1003 Compilation unit at offset 52: [all...] |
/external/mesa3d/src/mesa/main/ |
attrib.c | 377 attr->Texture[i] = ctx->Texture.Unit[i].Enabled; 378 attr->TexGen[i] = ctx->Texture.Unit[i].TexGenEnabled; 522 ctx->Texture.Unit[u].CurrentTex[tex]); 530 ctx->Texture.Unit[u].CurrentTex[tex]); 716 /* texture unit enables */ 721 if (ctx->Texture.Unit[i].Enabled != enabled) { 737 if (ctx->Texture.Unit[i].TexGenEnabled != genEnabled) { 761 const struct gl_texture_unit *unit = &texstate->Texture.Unit[u]; local 765 _mesa_set_enable(ctx, GL_TEXTURE_1D, !!(unit->Enabled & TEXTURE_1D_BIT)) [all...] |
get.c | 58 * unit, or maybe it's a computed value. So we need to also track 636 GLuint unit, *p; local 662 unit = ctx->Texture.CurrentUnit; 663 v->value_float_4[0] = ctx->Current.RasterTexCoords[unit][0]; 664 v->value_float_4[1] = ctx->Current.RasterTexCoords[unit][1]; 665 v->value_float_4[2] = ctx->Current.RasterTexCoords[unit][2]; 666 v->value_float_4[3] = ctx->Current.RasterTexCoords[unit][3]; 670 unit = ctx->Texture.CurrentUnit; 671 v->value_float_4[0] = ctx->Current.Attrib[VERT_ATTRIB_TEX0 + unit][0]; 672 v->value_float_4[1] = ctx->Current.Attrib[VERT_ATTRIB_TEX0 + unit][1] 1405 struct gl_texture_unit *unit; local [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
MachineRegisterInfo.cpp | 652 bool MachineRegisterInfo::isReservedRegUnit(unsigned Unit) const { 654 for (MCRegUnitRootIterator Root(Unit, TRI); Root.isValid(); ++Root) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
debug-names-verify-completeness.s | 128 .long .Lcu_end0-.Lcu_start0 # Length of Unit 182 .long 1 # Header: compilation unit count 183 .long 0 # Header: local type unit count 184 .long 0 # Header: foreign type unit count 189 .long .Lcu_begin0 # Compilation unit 0
|
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/ |
android_test.cc | 107 Unit = 3, 396 tType = Unit; [all...] |
/art/cmdline/detail/ |
cmdline_parse_argument_detail.h | 33 #include "unit.h" 291 void TypedCheck(typename std::enable_if<std::is_same<Unit, T>::value>::type* = 0) { 293 "Blanks are not supported in Unit arguments; since a Unit has no parse-able value");
|
/developers/build/prebuilts/gradle/Camera2Basic/kotlinApp/Application/src/main/java/com/example/android/camera2basic/ |
Camera2BasicFragment.kt | 79 override fun onSurfaceTextureUpdated(texture: SurfaceTexture) = Unit 199 STATE_PREVIEW -> Unit // Do nothing when the camera preview is working normally.
|
/developers/samples/android/media/Camera2Basic/kotlinApp/Application/src/main/java/com/example/android/camera2basic/ |
Camera2BasicFragment.kt | 79 override fun onSurfaceTextureUpdated(texture: SurfaceTexture) = Unit 199 STATE_PREVIEW -> Unit // Do nothing when the camera preview is working normally.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
btm_utils.py | 148 elif node.type == syms.Unit:
159 #skip whole unit if its optional
|
/external/google-benchmark/test/ |
reporter_output_test.cc | 461 // Test repeats with custom time unit. 469 ->Unit(benchmark::kMicrosecond);
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_xml_output_unittest.py | 32 """Unit test for the gtest_xml_output module""" 144 Unit test for Google Test's XML output functionality.
|
/external/libcxx/utils/google-benchmark/test/ |
reporter_output_test.cc | 461 // Test repeats with custom time unit. 469 ->Unit(benchmark::kMicrosecond);
|
/external/mesa3d/src/mesa/swrast/ |
s_aalinetemp.h | 72 const GLuint unit = attr - VARYING_SLOT_TEX0; local 78 line->span.array->lambda[unit][i] 181 const struct gl_texture_object *obj = ctx->Texture.Unit[u]._Current;
|
/external/python/cpython2/Lib/lib2to3/ |
btm_utils.py | 148 elif node.type == syms.Unit: 159 #skip whole unit if its optional
|
/external/python/cpython3/Lib/lib2to3/ |
btm_utils.py | 147 elif node.type == syms.Unit: 158 #skip whole unit if its optional
|