Searched defs:oz (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dconvolution_variants_test.cc805 constexpr int oz = 2; local
816 std::vector<float> kernel_data(oz * iz * ky * kx);
822 Array4D<float> filter_array(oz, iz, ky, kx, kernel_data);
838 constexpr int oz = 1; local
849 std::vector<float> kernel_data(oz * iz * ky * kx);
855 Array4D<float> filter_array(oz, iz, ky, kx, kernel_data);
871 constexpr int oz = 1; local
882 std::vector<float> kernel_data(oz * iz * ky * kx);
888 Array4D<float> filter_array(oz, iz, ky, kx, kernel_data);
904 constexpr int oz local
938 constexpr int oz = 16; local
[all...]
/external/tensorflow/tensorflow/core/grappler/costs/
H A Dop_level_cost_estimator.h70 int64 oz; // Output depth. member in struct:tensorflow::grappler::OpLevelCostEstimator::ConvolutionDimensions
H A Dop_level_cost_estimator_test.cc112 int kx, int ky, int oz) {
118 DescribeTensor4D(kx, ky, iz2, oz, &op_context.op_info);
111 DescribeConvolution(int batch, int ix, int iy, int iz1, int iz2, int kx, int ky, int oz) argument
H A Dop_level_cost_estimator.cc493 int64 oz = filter_shape.dim(3).size(); local
502 batch, ix, iy, iz, kx, ky, oz, ox, oy, sx, sy, padding};
508 VLOG(1) << "Output Features:" << oz;
529 ops *= conv_dims.iz * conv_dims.oz;
763 ops *= conv_dims.iz * conv_dims.oz;
813 ops *= conv_dims.iz * conv_dims.oz;
/external/mesa3d/src/mesa/math/
H A Dm_xform_tmp.h425 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
426 to[i][0] = m0 * ox + m4 * oy + m8 * oz + m12;
427 to[i][1] = m1 * ox + m5 * oy + m9 * oz + m13;
428 to[i][2] = m2 * ox + m6 * oy + m10 * oz + m14;
429 to[i][3] = m3 * ox + m7 * oy + m11 * oz + m15;
471 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
474 to[i][2] = + oz ;
493 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
496 to[i][2] = + oz ;
517 const GLfloat ox = from[0], oy = from[1], oz local
542 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
565 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
593 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
640 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
663 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
688 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
712 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
736 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
[all...]

Completed in 757 milliseconds