OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShapeToString
(Results
1 - 7
of
7
) sorted by null
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
remove_trivial_binary.cc
98
LogName(*binary_op),
ShapeToString
(input_array_0.shape()),
99
ShapeToString
(input_array_1.shape()));
resolve_constant_reshape.cc
58
ShapeToString
(input_array.shape()),
59
ShapeToString
(output_array.shape()));
propagate_fixed_sizes.cc
192
<< toco::
ShapeToString
(specified_output_shape_array.shape());
206
<< toco::
ShapeToString
(weights_shape) << ".";
233
<< toco::
ShapeToString
(weights_shape) << ".";
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/
shape_test.cc
59
TEST_F(ShapeTest,
ShapeToString
) {
literal.cc
[
all
...]
/external/tensorflow/tensorflow/lite/toco/
tooling_util.h
259
string
ShapeToString
(const Shape& shape);
tooling_util.cc
657
<< ". shape = " <<
ShapeToString
(shape);
[
all
...]
Completed in 380 milliseconds