OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDim0SliceAligned
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
ops_util_test.cc
323
bool output =
IsDim0SliceAligned
<float>(t.shape(), start, end);
329
bool output =
IsDim0SliceAligned
<float>(t.shape(), start, end);
343
bool output =
IsDim0SliceAligned
<float>(t.shape(), start, end);
359
bool output =
IsDim0SliceAligned
<float>(t.shape(), start, end);
367
bool output =
IsDim0SliceAligned
<float>(t.shape(), start, end);
383
bool output =
IsDim0SliceAligned
<float>(t.shape(), start, end);
396
bool output =
IsDim0SliceAligned
<float>(shape, start, end);
404
bool output =
IsDim0SliceAligned
<float>(shape, start, end);
slice_op.cc
146
IsDim0SliceAligned
<T>(input.shape(), (*begin)[0], (*size)[0])) {
strided_slice_op.cc
120
if (slice_dim0 &&
IsDim0SliceAligned
<T>(input.shape(), begin[0], end[0])) {
/external/tensorflow/tensorflow/core/framework/
ops_util.h
66
bool
IsDim0SliceAligned
(const TensorShape& s, int64 start, int64 end_or_size) {
Completed in 1054 milliseconds