Home
last modified time | relevance | path

Searched defs:initial_value (Results 1 – 25 of 57) sorted by relevance

123

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_resource.cc53 string name, DataType type, TensorShape shape, xla::XlaOp initial_value, in CreateTensorArray()
63 TensorShape shape, const xla::XlaOp& initial_value, in XlaResource()
Dxla_resource.h87 const xla::XlaOp& initial_value() const { return initial_value_; } in initial_value() function
/external/libchrome/base/
Datomic_ref_count.h18 explicit constexpr AtomicRefCount(int initial_value) in AtomicRefCount()
/external/tensorflow/tensorflow/compiler/xla/service/
Dtree_reduction_rewriter.cc46 HloInstruction *initial_value = hlo->mutable_operand(1); in HandleReduce() local
/external/llvm-project/lldb/include/lldb/Utility/
DPredicate.h56 Predicate(T initial_value) in Predicate()
/external/tensorflow/tensorflow/python/framework/
Dgraph_to_function_def.py70 initial_value=None): argument
/external/llvm-project/lldb/examples/python/
Ddict_utils.py34 def __init__(self, initial_value=0, items=[]): argument
/external/tensorflow/tensorflow/python/ops/
Dvariables.py183 initial_value=None, argument
224 initial_value=None, argument
370 initial_value=None, argument
553 def initial_value(self): member in Variable
1463 initial_value=None, argument
1561 initial_value=None, argument
1680 initial_value=None, argument
2017 def initial_value(self): member in RefVariable
2734 def _try_guard_against_uninitialized_dependencies(name, initial_value): argument
Dresource_variable_ops.py109 def _combine_handle_data(handle, initial_value): argument
148 initial_value=None): argument
193 def eager_safe_variable_handle(initial_value, shape, shared_name, name, argument
350 initial_value=None, argument
580 def initial_value(self): member in BaseResourceVariable
1491 initial_value=None, argument
1591 initial_value=None, argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvector_support_library.h311 llvm::Value* initial_value) in VectorVariable()
320 llvm::Value* initial_value) in ScalarVariable()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp244 uint64_t initial_value = constant_val + step_value * num_iterations; in FindSuitableStepAndInitialValueConstants() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp244 uint64_t initial_value = constant_val + step_value * num_iterations; in FindSuitableStepAndInitialValueConstants() local
/external/python/cpython3/Lib/test/
Dtest_uu.py30 def __init__(self, initial_value="", encoding="utf-8", argument
/external/toybox/toys/other/
Dhexedit.c55 static int prompt(char *prompt, char *initial_value) in prompt()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dtree_reduction_rewriter.cc77 HloInstruction *initial_value = hlo->mutable_operand(1); in RewriteReduction() local
/external/tensorflow/tensorflow/python/training/experimental/
Dloss_scale.py138 def _add_weight(self, name, initial_value, dtype=None): argument
/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops_gpu.cu.cc60 const Index total_stripe_count, const T initial_value) { in SortedSegmentReductionCustomKernel()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayStencilAttachments.cpp66 glw::GLubyte initial_value) in init()
/external/tensorflow/tensorflow/python/distribute/
Dpacked_distributed_variable.py100 def initial_value(self, device): member in PackedDistributedVariable
269 def initial_value(self): member in PackedVarAndDevice
/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_testlib.cc231 TensorHandlePtr initial_value = FloatTensorHandle(20., status.get()); in BasicTestsForTwoDevices() local
/external/adhd/scripts/audio_tuning/frontend/
Daudio.js998 function slider_input(table, name, initial_value, min_value, max_value, step, argument
1009 function slider_input_log(table, name, initial_value, min_value, max_value, argument
1032 function slider_input_common(table, name, initial_value, min_value, max_value, argument
/external/mesa3d/src/intel/vulkan/
Danv_queue.c131 uint64_t initial_value) in anv_timeline_init()
2015 get_semaphore_type(const void *pNext, uint64_t *initial_value) in get_semaphore_type()
2058 uint64_t initial_value) in timeline_semaphore_create()
/external/llvm/utils/lit/lit/
DTestRunner.py700 def __init__(self, keyword, kind, parser=None, initial_value=None): argument
/external/webrtc/rtc_base/deprecated/
Drecursive_critical_section_unittest.cc162 explicit AtomicOpRunner(int initial_value) : RunnerBase(initial_value) {} in AtomicOpRunner()
/external/tensorflow/tensorflow/core/protobuf/tpu/
Doptimization_parameters.proto463 double initial_value = 1; field

123