OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Uint8Image
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
summary_image_op.cc
31
typedef Eigen::Tensor<uint8, 2, Eigen::RowMajor>
Uint8Image
;
125
Uint8Image
image(hw, depth);
146
const std::function<
Uint8Image
(int)>& ith_image,
183
Uint8Image
* image) {
/external/tensorflow/tensorflow/core/summary/
summary_converter.cc
65
typedef Eigen::Tensor<uint8, 2, Eigen::RowMajor>
Uint8Image
;
75
const std::function<
Uint8Image
(int)>& ith_image, Summary* s) {
111
Uint8Image
* image) {
193
Uint8Image
image(hw, depth);
Completed in 56 milliseconds