OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShapeListString
(Results
1 - 7
of
7
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
typed_queue.h
63
", Shapes: ",
ShapeListString
(component_shapes_));
queue_base.cc
81
string QueueBase::
ShapeListString
(const gtl::ArraySlice<TensorShape>& shapes) {
135
ShapeListString
(component_shapes_),
137
ShapeListString
(requested_shapes));
queue_base.h
138
static string
ShapeListString
(const gtl::ArraySlice<TensorShape>& shapes);
priority_queue.cc
424
ShapeListString
(component_shapes_),
426
ShapeListString
(requested_shapes));
barrier_ops.cc
488
TensorShapeUtils::
ShapeListString
(barrier->component_shapes()),
490
TensorShapeUtils::
ShapeListString
(value_component_shapes_));
/external/tensorflow/tensorflow/core/framework/
tensor_shape.h
376
static string
ShapeListString
(const gtl::ArraySlice<TensorShape>& shapes);
tensor_shape.cc
539
string TensorShapeUtils::
ShapeListString
(
Completed in 302 milliseconds