Home
last modified time | relevance | path

Searched refs:variable_dtype (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_utils.py127 variable_dtype = None
135 variable_dtype = dtype.base_dtype
146 dtype=variable_dtype,
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dvariable_ops.cc49 DataType variable_dtype; in Compile() local
52 ctx->GetVariableTypeAndShape(0, &variable_dtype, &shape)); in Compile()
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers.py298 variable_dtype = dtypes.float32
312 dtype=variable_dtype,
318 beta = array_ops.constant(0.0, dtype=variable_dtype, shape=params_shape)
328 dtype=variable_dtype,
334 gamma = array_ops.constant(1.0, dtype=variable_dtype, shape=params_shape)
351 dtype=variable_dtype,
362 dtype=variable_dtype,
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py899 variable_dtype = None
907 variable_dtype = dtype.base_dtype
911 variable_dtype = None
929 dtype=variable_dtype,
/external/tensorflow/tensorflow/python/training/tracking/
Dutil.py270 variable_dtype = dtype.base_dtype
285 dtype=variable_dtype,