OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:start_in
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
sequence_ops.cc
36
const Tensor&
start_in
= context->input(0);
variable
39
OP_REQUIRES(context, IsLegacyScalar(
start_in
.shape()),
41
start_in
.shape().DebugString()));
48
const T start =
start_in
.scalar<T>()();
125
const Tensor&
start_in
= context->input(0);
variable
128
OP_REQUIRES(context, TensorShapeUtils::IsScalar(
start_in
.shape()),
130
start_in
.shape().DebugString()));
137
const T start =
start_in
.scalar<T>()();
/external/tensorflow/tensorflow/core/framework/
shape_inference.cc
638
int64
start_in
= start;
local
661
return errors::InvalidArgument("Subshape start out of bounds: ",
start_in
,
678
end, " (computed from start ",
start_in
, " and end ", end_in,
685
start, " and ", end, " (computed from start ",
start_in
, " and end ",
[
all
...]
Completed in 103 milliseconds