Home
last modified time | relevance | path

Searched refs:inferred_value (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dkeras_tensor.py143 def __init__(self, type_spec, inferred_value=None, name=None): argument
149 self._inferred_value = inferred_value
172 inferred_value = None
193 inferred_value = array_ops.ones(shape=tensor).shape
194 if inferred_value.dims:
195 inferred_value = inferred_value.as_list()
196 if len(inferred_value) > _MAX_TENSOR_RANK:
197 inferred_value = None
199 inferred_value = None
201 return KerasTensor(type_spec, inferred_value=inferred_value, name=name)
[all …]
Dkeras_tensor_test.py45 inferred_value=[2, 3])
/external/llvm-project/lldb/include/lldb/Target/
DUnwindLLDB.h62 uint64_t inferred_value; // eRegisterValueInferred - e.g. stack pointer == member
/external/llvm-project/lldb/source/Target/
DRegisterContextUnwind.cpp1030 value.SetUInt(regloc.location.inferred_value, reg_info->byte_size); in ReadRegisterValueFromRegisterLocation()
1443 regloc.location.inferred_value = m_cfa + offset; in SavedLocationForRegister()
1448 regloc.location.inferred_value); in SavedLocationForRegister()
1470 regloc.location.inferred_value = m_afa + offset; in SavedLocationForRegister()
1475 regloc.location.inferred_value); in SavedLocationForRegister()
1533 regloc.location.inferred_value = val; in SavedLocationForRegister()