OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fill_value
(Results
1 - 7
of
7
) sorted by null
/external/tensorflow/tensorflow/contrib/image/kernels/
image_ops.h
74
const T
fill_value
= T(0);
local
79
fill_value
);
82
fill_value
);
92
const DenseIndex channel, const T
fill_value
) const {
94
DenseIndex(std::round(x)), channel,
fill_value
);
99
const DenseIndex channel, const T
fill_value
) const {
109
channel,
fill_value
)) +
112
channel,
fill_value
));
118
channel,
fill_value
)) +
121
channel,
fill_value
));
[
all
...]
/art/runtime/
handle_scope-inl.h
33
mirror::Object*
fill_value
)
41
SetReference(i,
fill_value
);
46
inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, mirror::Object*
fill_value
)
47
: FixedSizeHandleScope<kNumReferences>(self->GetTopHandleScope(),
fill_value
),
handle_scope.h
199
mirror::Object*
fill_value
= nullptr);
222
explicit ALWAYS_INLINE StackHandleScope(Thread* self, mirror::Object*
fill_value
= nullptr);
/external/tensorflow/tensorflow/python/framework/
tensor_util.py
760
fill_value
= constant_value(tensor.op.inputs[1])
761
if fill_shape.is_fully_defined() and
fill_value
is not None:
762
return np.full(fill_shape.as_list(),
fill_value
, dtype=
fill_value
.dtype)
[
all
...]
/external/tensorflow/tensorflow/python/ops/
nn_test.py
541
true_exp = np.full([batch_size, 1],
fill_value
=0.5, dtype=np.float32)
542
sampled_exp = np.full([len(sampled)],
fill_value
=0.5, dtype=np.float32)
[
all
...]
nn_ops.py
657
def _with_space_to_batch_adjust(orig,
fill_value
, spatial_dims):
667
adjusted[j, ...] =
fill_value
675
fill_value
: Numpy scalar (of same data type as `orig) specifying the fill
694
# this is the first spatial dimension) with `
fill_value
`.
698
fill_value
,
[
all
...]
image_ops_test.py
[
all
...]
Completed in 78 milliseconds