Home
last modified time | relevance | path

Searched refs:resolveValue (Results 1 – 16 of 16) sorted by relevance

/external/pytorch/torch/csrc/jit/frontend/
Dresolver.h32 virtual std::shared_ptr<SugaredValue> resolveValue( in resolveValue() function
47 std::shared_ptr<SugaredValue> resolveValue( in resolveValue() function
Dir_emitter.cpp560 retval = resolver->resolveValue(ident, method, range); in getSugaredVar()
5383 std::shared_ptr<SugaredValue> resolveValue( in resolveValue() function
5391 return otherResolver_->resolveValue(name, m, loc); in resolveValue()
/external/testng/src/main/java/org/testng/mustache/
DModel.java26 public Value resolveValue(String variable) { in resolveValue() method in Model
71 Value value = resolveValue(variable); in resolveValueToString()
DMustache.java43 Value value = model.resolveValue(conditionalVariable); in run()
/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
DAttributeMap.java241 return key.convertValue(resolveValue(result)); in computeIfAbsent()
331 if (v == null || resolveValue(v) == null) { in internalComputeIfAbsent()
362 valuesToPrime.forEach(this::resolveValue); in build()
389 return key.convertValue(resolveValue(value)); in internalGet()
395 private <T> T resolveValue(Value<T> value) { in resolveValue() method
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/traits/
DDefaultValueTrait.java41 public Object resolveValue(Object val) { in resolveValue() method in DefaultValueTrait
/external/pytorch/torch/csrc/jit/backends/
Dbackend_resolver.cpp42 std::shared_ptr<SugaredValue> resolveValue( in resolveValue() function
/external/pytorch/torch/csrc/jit/serialization/
Dimport_source.h37 std::shared_ptr<SugaredValue> resolveValue(
Dimport_source.cpp225 std::shared_ptr<SugaredValue> SourceImporterImpl::resolveValue( in resolveValue() function in torch::jit::SourceImporterImpl
/external/pytorch/test/cpp/jit/
Dtest_exception.cpp85 std::shared_ptr<torch::jit::SugaredValue> resolveValue( in resolveValue() function in torch::jit::SimpleResolver
Dtest_lite_interpreter_direct.cpp348 std::shared_ptr<SugaredValue> resolveValue( in resolveValue() function
Dtest_flatbuffer.cpp631 std::shared_ptr<SugaredValue> resolveValue( in resolveValue() function
Dtest_lite_interpreter.cpp445 std::shared_ptr<SugaredValue> resolveValue( in resolveValue() function
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/
DSdkField.java173 return (trait == null ? val : (TypeT) trait.resolveValue(val)); in getValueOrDefault()
/external/pytorch/torch/csrc/distributed/rpc/
Dpython_rpc_handler.cpp31 std::shared_ptr<jit::SugaredValue> resolveValue( in resolveValue() function
/external/pytorch/torch/csrc/jit/python/
Dscript_init.cpp113 std::shared_ptr<SugaredValue> resolveValue( in resolveValue() function