HomeSort by relevance Sort by last modified time
    Searched defs:is_identity (Results 1 - 15 of 15) sorted by null

  /external/libchrome/base/posix/
file_descriptor_shuffle.cc 36 const bool is_identity = i->source == i->dest; local
40 if (!is_identity && i->dest == j->source) {
65 if (!is_identity) {
70 if (!is_identity && i->close)
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_remove_constants.c 68 unsigned is_identity = 1; local
115 is_identity = 0;
121 /* is_identity ==> new_count == old_count
122 * !is_identity ==> new_count < old_count */
123 assert( is_identity || new_count < c->Program.Constants.Count);
127 if (!is_identity) {
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
transpose_op.cc 61 bool is_identity = true; variable
70 is_identity = false;
81 if (dims <= 1 || is_identity) {
  /external/tensorflow/tensorflow/core/kernels/
strided_slice_op_test.cc 110 bool is_identity = true, slice_dim0 = true, is_simple_slice = true; local
121 &is_identity, &is_simple_slice, &slice_dim0, &begin_out, &end_out,
transpose_op.cc 165 bool is_identity = true; local
175 is_identity = false;
186 if (!IsConjugate() && (dims <= 1 || is_identity)) {
slice_op.cc 66 TensorShape* output_shape, bool* is_identity,
95 *is_identity = true;
117 (*is_identity) &= take_all;
130 bool is_identity = true; local
134 SharedValidation(context, output_shape, &is_identity, &slice_dim0, begin,
138 if (is_identity) {
148 CHECK_GE(input.dims(), 1); // Otherwise, is_identity should be true.
strided_slice_op.cc 93 bool is_identity = true; variable
105 &processing_shape, &final_shape, &is_identity,
110 if (is_identity) {
124 // Otherwise, is_identity should be true.
200 bool is_identity = true; variable
230 shrink_axis_mask, &processing_shape, &final_shape, &is_identity,
293 bool is_identity = true; variable
327 &final_shape, &is_identity, &is_simple_slice, &slice_dim0,
mkl_slice_op.cc 66 static void ValidateMklInputs(OpKernelContext* context, bool* is_identity,
109 *is_identity = true;
130 (*is_identity) &= take_all;
141 bool is_identity = true; local
144 ValidateMklInputs(context, &is_identity, begin, size);
151 if (is_identity) {
  /external/epid-sdk/epid/common/math/src/
tatepairing.c 330 bool is_identity; local
347 result = EcIsIdentity(ps->ga, a, &is_identity);
349 if (is_identity) {
  /external/tensorflow/tensorflow/core/grappler/optimizers/
dependency_optimizer.cc 168 const bool is_identity = IsIdentity(node) || IsIdentityNSingleInput(node); local
213 if ((is_identity || is_multi_input_identity_n) && num_cross_in > 0 &&
229 const bool is_identity = IsIdentity(*node) || IsIdentityNSingleInput(*node); local
351 if (is_noop || ((is_identity || is_multi_input_identity) &&
380 if ((is_identity && i == 0) ||
arithmetic_optimizer.cc 3184 bool is_identity; local
    [all...]
  /external/skia/tests/
Matrix44Test.cpp 69 static bool is_identity(const SkMatrix44& m) { function
832 REPORTER_ASSERT(reporter, is_identity(iden1));
837 REPORTER_ASSERT(reporter, is_identity(iden1));
842 REPORTER_ASSERT(reporter, is_identity(iden1));
850 REPORTER_ASSERT(reporter, is_identity(iden1));
852 REPORTER_ASSERT(reporter, is_identity(iden2));
864 REPORTER_ASSERT(reporter, is_identity(iden1));
879 REPORTER_ASSERT(reporter, is_identity(iden1));
MatrixTest.cpp 75 static bool is_identity(const SkMatrix& m) { function
    [all...]
  /external/skqp/tests/
Matrix44Test.cpp 69 static bool is_identity(const SkMatrix44& m) { function
832 REPORTER_ASSERT(reporter, is_identity(iden1));
837 REPORTER_ASSERT(reporter, is_identity(iden1));
842 REPORTER_ASSERT(reporter, is_identity(iden1));
850 REPORTER_ASSERT(reporter, is_identity(iden1));
852 REPORTER_ASSERT(reporter, is_identity(iden2));
864 REPORTER_ASSERT(reporter, is_identity(iden1));
879 REPORTER_ASSERT(reporter, is_identity(iden1));
MatrixTest.cpp 75 static bool is_identity(const SkMatrix& m) { function
    [all...]

Completed in 458 milliseconds