Home
last modified time | relevance | path

Searched defs:variable (Results 276 – 300 of 1235) sorted by relevance

1...<<11121314151617181920>>...50

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/mixed_precision/
H A Dautocast_variable.py68 def __init__(self, variable): argument
495 def create_autocast_variable(variable): argument
/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dproxy_config_service_linux.cc122 std::string_view variable, in GetProxyFromEnvVarForScheme()
145 std::string_view variable, in GetProxyFromEnvVar()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dprivate_to_local_pass.cpp115 bool PrivateToLocalPass::MoveVariable(Instruction* variable, in MoveVariable()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/body/
H A DFieldDeclaration.java48 public FieldDeclaration(int modifiers, Type type, VariableDeclarator variable) { in FieldDeclaration()
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/ast/
H A DAnonymousClassExprTest.java149 Variable variable = createVariable("s", TypeNode.STRING); in invalidAnonymousClass_staticVariableExpr() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dprivate_to_local_pass.cpp115 bool PrivateToLocalPass::MoveVariable(Instruction* variable, in MoveVariable()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dprivate_to_local_pass.cpp115 bool PrivateToLocalPass::MoveVariable(Instruction* variable, in MoveVariable()
/aosp_15_r20/build/bazel/ci/
H A Drbc_dashboard.py74 def get_build_var(variable, product: Product) -> str: argument
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_ray_query.cpp30 auto variable = _.FindDef(ray_query_id); in ValidateRayQueryPointer() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_ray_query.cpp30 auto variable = _.FindDef(ray_query_id); in ValidateRayQueryPointer() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_reshard_variables_op.cc172 Var* variable; in DoTpuExecute() local
H A Dsharding_util_ops.cc619 core::RefCountPtr<Var> variable; in Compute() local
889 core::RefCountPtr<Var> variable; in Compute() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_ray_query.cpp30 auto variable = _.FindDef(ray_query_id); in ValidateRayQueryPointer() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
Dcommands.go71 func SetVariableDefault(variable, value string) { argument
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DPruneNoOps.cpp188 TVariable *variable = in visitDeclaration() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp87 const TVariable &variable = asSymbol->variable(); in visitDeclaration() local
/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgExecutionContext.cpp61 ExecValueAccess ExecutionContext::getValue(const Variable *variable) in getValue()
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_source_encoding.py32 variable = '\u00fc' variable in EncodingTest
/aosp_15_r20/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/
H A DGeneratorUtilities.java215 private static ParameterSpec convertVariableToParameterSpec(VariableElement variable) { in convertVariableToParameterSpec()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/aot/
H A Dcodegen_test.cc201 tf2xla::Variable* variable = config.add_variable(); in TEST() local
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/debug/
DDebugReportProcessor.java245 String variable = templateToVariable.getValue(); in applyVariablesToUri() local
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/utils/
H A Dtesting.py109 def variable(self, name, value, dtype): member in AutoGraphTestCase
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
H A DProbeInserter.java39 private final int variable; field in ProbeInserter
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_index/examples/
Duser_defined_typeinfo.hpp171 my_type_index my_type_index::type_id_runtime(const T& variable) BOOST_NOEXCEPT { in type_id_runtime()
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dmoving_averages.py33 def assign_moving_average(variable, value, decay, zero_debias=True, name=None): argument

1...<<11121314151617181920>>...50