OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MakeShapeWithSparseLayout
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/
layout_util_test.cc
37
Shape
MakeShapeWithSparseLayout
(PrimitiveType element_type,
96
Shape src =
MakeShapeWithSparseLayout
(F32, {2, 3}, 2);
139
{
MakeShapeWithSparseLayout
(F32, {2, 3}, 4),
140
MakeShapeWithSparseLayout
(F32, {42, 123}, 4),
143
MakeShapeWithSparseLayout
(F32, {1, 2, 3}, 6)})});
164
Shape src =
MakeShapeWithSparseLayout
(F32, {123, 42, 7}, 6);
181
Shape dst =
MakeShapeWithSparseLayout
(F32, {2, 3}, 4);
shape_util.cc
205
/* static */ Shape ShapeUtil::
MakeShapeWithSparseLayout
(
[
all
...]
Completed in 105 milliseconds