Searched refs:max_z (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/ |
D | BVH.pde | 6 float min_x, min_y, min_z, max_x, max_y, max_z; 14 max_z = Float.NEGATIVE_INFINITY; 26 max_z = max(t.p1.z, max(t.p2.z, t.p3.z)); 29 center.z = (max_z + min_z) / 2; 39 max_z = max(max_z, bbx.max_z); 42 center.z = (max_z + min_z) / 2; 84 tzmax = (max_z - r.ori.z) * (1.0f / r.dir.z); 86 tzmin = (max_z - r.ori.z) * (1.0f / r.dir.z);
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | QuantizedMul.pbtxt | 36 name: "max_z" 118 name: "max_z" 200 name: "max_z"
|
D | QuantizedAdd.pbtxt | 36 name: "max_z" 118 name: "max_z" 200 name: "max_z"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | QuantizedMul.pbtxt | 36 name: "max_z" 118 name: "max_z" 200 name: "max_z"
|
D | QuantizedAdd.pbtxt | 36 name: "max_z" 118 name: "max_z" 200 name: "max_z"
|
/external/libchrome/ui/gfx/geometry/ |
D | box_f.cc | 38 float max_z = std::max(front(), max.z()); in ExpandTo() local 43 depth_ = max_z - min_z; in ExpandTo()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_QuantizedMul.pbtxt | 34 name: "max_z"
|
D | api_def_QuantizedAdd.pbtxt | 34 name: "max_z"
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_mul_op_test.cc | 75 {mul.z, mul.min_z, mul.max_z}, &outputs)); in TestMul() 166 {mul.z, mul.min_z, mul.max_z}, &outputs)); in TimeMul()
|
D | quantized_add_op_test.cc | 75 {add.z, add.min_z, add.max_z}, &outputs)); in TestAdd() 166 {add.z, add.min_z, add.max_z}, &outputs)); in TimeAdd()
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 601 float max_z; in TEST_F() member
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 45405 name: "max_z" 45487 name: "max_z" 49460 name: "max_z" 49542 name: "max_z"
|
D | ops_history.v0.pbtxt | 21701 name: "max_z"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 18331 …t, max_y tf.Output, optional ...QuantizedAddAttr) (z tf.Output, min_z tf.Output, max_z tf.Output) { 18425 …t, max_y tf.Output, optional ...QuantizedMulAttr) (z tf.Output, min_z tf.Output, max_z tf.Output) {
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 30566 name: "max_z" 33797 name: "max_z"
|