OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForEachIndexWithStatus
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/
shape_util.h
629
static Status
ForEachIndexWithStatus
(const Shape& shape,
637
// Simple ergonomic wrapper around ShapeUtil::
ForEachIndexWithStatus
.
645
static Status
ForEachIndexWithStatus
(
648
return ShapeUtil::
ForEachIndexWithStatus
(
658
ForEachIndexWithStatus
(shape, base, count, incr,
669
static Status
ForEachIndexWithStatus
(const Shape& shape,
673
return
ForEachIndexWithStatus
(shape, base,
680
ForEachIndexWithStatus
(shape, [&](absl::Span<const int64> indices) {
[
all
...]
shape_util_test.cc
569
TEST(ShapeUtilTest,
ForEachIndexWithStatus
) {
581
Status error_status = ShapeUtil::
ForEachIndexWithStatus
(
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_evaluator.cc
[
all
...]
hlo_evaluator_typed_visitor.h
[
all
...]
Completed in 143 milliseconds