OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indices_offset
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
gather_op.cc
122
auto
indices_offset
= bodyb->Reshape(i, {1});
125
indices_offset
= bodyb->Pad(
indices_offset
, zero_index,
127
index = bodyb->DynamicSlice(indices,
indices_offset
, {1, num_index_dims});
130
index = bodyb->DynamicSlice(indices,
indices_offset
, {1});
/external/tensorflow/tensorflow/compiler/tf2xla/lib/
scatter.cc
126
auto
indices_offset
= body_builder->Reshape(i, {1});
128
indices_offset
= body_builder->Pad(
indices_offset
, zero_index,
131
index = body_builder->DynamicSlice(indices,
indices_offset
,
135
index = body_builder->DynamicSlice(indices,
indices_offset
, {1});
/external/tensorflow/tensorflow/core/example/
example_parser_configuration.cc
141
int
indices_offset
= sparse_indices_output_start + i;
local
143
strings::StrCat(node_output_prefix,
indices_offset
);
Completed in 517 milliseconds