Home | History | Annotate | Download | only in multibox_detector

Lines Matching refs:output_name

81   string output_name = "normalized";
116 Div(root.WithOpName(output_name), Sub(root, resized, {input_mean}),
128 session->Run({}, {output_name, original_name}, {}, out_tensors));
141 string output_name = "file_writer";
146 root.WithOpName(output_name), file_path, image_encoder);
155 TF_RETURN_IF_ERROR(session->Run({}, {}, {output_name}, &outputs));
186 string output_name = "top_k";
187 TopK(root.WithOpName(output_name), outputs[0], how_many_labels);
199 TF_RETURN_IF_ERROR(session->Run({}, {output_name + ":0", output_name + ":1"},