OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parent_ids
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/contrib/seq2seq/kernels/
beam_search_ops.cc
51
const Tensor&
parent_ids
= ctx->input(1);
variable
68
ctx, step_ids_shape ==
parent_ids
.shape(),
70
"step_ids.shape must match
parent_ids
.shape. but shapes are: ",
72
parent_ids
.shape().DebugString()));
84
typename TTypes<T, 3>::ConstTensor parent_ids_t(
parent_ids
.tensor<T, 3>());
109
TTypes<int32, 3>::ConstTensor
parent_ids
,
112
const int32 max_time =
parent_ids
.dimension(0);
113
const int32 batch_size =
parent_ids
.dimension(1);
114
const int32 beam_width =
parent_ids
.dimension(2);
129
int32 parent =
parent_ids
(max_seq_len_b - 1, batch, beam)
[
all
...]
/external/u-boot/drivers/clk/uniphier/
clk-uniphier.h
33
u8
parent_ids
[UNIPHIER_CLK_MUX_MAX_PARENTS];
member in struct:uniphier_clk_mux_data
Completed in 158 milliseconds