/external/llvm-project/llvm/lib/BinaryFormat/ |
D | MsgPackWriter.cpp | 20 Writer::Writer(raw_ostream &OS, bool Compatible) in Writer() argument 21 : EW(OS, Endianness), Compatible(Compatible) {} in Writer() 106 else if (!Compatible && Size <= UINT8_MAX) { in write() 122 assert(!Compatible && "Attempt to write Bin format in compatible mode"); in write()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | MsgPackWriter.cpp | 20 Writer::Writer(raw_ostream &OS, bool Compatible) in Writer() argument 21 : EW(OS, Endianness), Compatible(Compatible) {} in Writer() 106 else if (!Compatible && Size <= UINT8_MAX) { in write() 122 assert(!Compatible && "Attempt to write Bin format in compatible mode"); in write()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_util_test.cc | 91 ASSERT_TRUE(ShapeUtil::Compatible(shape1, shape2)); in TEST() 95 EXPECT_TRUE(ShapeUtil::Compatible(ShapeUtil::MakeTokenShape(), in TEST() 97 EXPECT_FALSE(ShapeUtil::Compatible(ShapeUtil::MakeTokenShape(), in TEST() 99 EXPECT_FALSE(ShapeUtil::Compatible(ShapeUtil::MakeShape(F32, {}), in TEST() 101 EXPECT_TRUE(ShapeUtil::Compatible( in TEST() 143 EXPECT_TRUE(ShapeUtil::Compatible(shape_1, shape_2)); in TEST() 161 EXPECT_FALSE(ShapeUtil::Compatible(shape_1, shape_2)); in TEST() 220 EXPECT_TRUE(ShapeUtil::Compatible(shape_a, shape_a)); in TEST() 221 EXPECT_TRUE(ShapeUtil::Compatible(shape_a, shape_b)); in TEST() 222 EXPECT_TRUE(ShapeUtil::Compatible(shape_a, shape_c)); in TEST() [all …]
|
D | shape_layout.cc | 26 if (!ShapeUtil::Compatible(other_shape, shape_)) { in CopyLayoutFromShape() 36 if (!ShapeUtil::Compatible(*to_shape, shape_)) { in AssignLayoutToShape()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_jit_compiled_cpu_function_test.cc | 222 EXPECT_TRUE(ShapeUtil::Compatible(program_shape.parameters(0), s32)); in TEST() 223 EXPECT_TRUE(ShapeUtil::Compatible(program_shape.parameters(1), s32)); in TEST() 229 EXPECT_TRUE(ShapeUtil::Compatible(result0, s32)); in TEST() 273 EXPECT_TRUE(ShapeUtil::Compatible(program_shape.parameters(0), s32)); in TEST() 274 EXPECT_TRUE(ShapeUtil::Compatible(program_shape.parameters(1), s32_1)); in TEST() 280 EXPECT_TRUE(ShapeUtil::Compatible(result0, s32)); in TEST()
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | MsgPackWriter.h | 50 Writer(raw_ostream &OS, bool Compatible = false); 124 bool Compatible; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MsgPackWriter.h | 50 Writer(raw_ostream &OS, bool Compatible = false); 124 bool Compatible; variable
|
/external/rust/crates/unicode-normalization/src/ |
D | decompose.rs | 18 Compatible, enumerator 52 kind: self::DecompositionType::Compatible, in new_compatible() 113 (Some(ch), &DecompositionType::Compatible) => { in next()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | tuple_simplifier.cc | 50 if (!ShapeUtil::Compatible(top_tuple->shape(), tuple->shape())) { in RemoveWholeTuple() 101 if (ShapeUtil::Compatible(ancestor.first->shape(), in Run()
|
D | hlo_evaluator_test.cc | 1599 EXPECT_TRUE(ShapeUtil::Compatible(result.shape(), expected.shape())); 1618 EXPECT_TRUE(ShapeUtil::Compatible(result.shape(), expected.shape())); 1636 EXPECT_TRUE(ShapeUtil::Compatible(result.shape(), expected.shape())); 1654 EXPECT_TRUE(ShapeUtil::Compatible(result.shape(), expected.shape())); 1671 EXPECT_TRUE(ShapeUtil::Compatible(result.shape(), fft_c64x2x4x8_1d_.shape())); 1686 EXPECT_TRUE(ShapeUtil::Compatible(result.shape(), fft_c64x2x4x8_.shape())); 1708 EXPECT_TRUE(ShapeUtil::Compatible(result.shape(), expected.shape())); 1730 EXPECT_TRUE(ShapeUtil::Compatible(result.shape(), expected.shape())); 1752 EXPECT_TRUE(ShapeUtil::Compatible(result.shape(), expected.shape())); 1774 EXPECT_TRUE(ShapeUtil::Compatible(result.shape(), expected.shape())); [all …]
|
D | while_loop_simplifier.cc | 506 ShapeUtil::Compatible(while_init->shape(), while_body_root->shape())); in TryRemoveConstantParams() 545 CHECK(ShapeUtil::Compatible(instr->shape(), while_shape)); in TryRemoveConstantParams() 559 CHECK(ShapeUtil::Compatible(instr->shape(), new_while_shape)); in TryRemoveConstantParams() 869 ShapeUtil::Compatible(while_init->shape(), while_body_root->shape())); in TryFlattenNestedTuples() 902 CHECK(ShapeUtil::Compatible(nested_instr->shape(), while_shape)) in TryFlattenNestedTuples() 996 ShapeUtil::Compatible(while_init->shape(), while_body_root->shape())); in TryMergeInductionVariables() 1049 if (!ShapeUtil::Compatible(shape, lhs->shape())) { in TryMergeInductionVariables() 1052 if (!ShapeUtil::Compatible(shape, rhs->shape())) { in TryMergeInductionVariables() 1079 CHECK(ShapeUtil::Compatible(instr->shape(), new_while_shape)); in TryMergeInductionVariables() 1101 CHECK(ShapeUtil::Compatible(old_root->shape(), while_shape)); in TryMergeInductionVariables() [all …]
|
D | hlo_module_util.cc | 33 if (!ShapeUtil::Compatible(client_shape, result_shape)) { in ValidateResultShape() 61 if (!ShapeUtil::Compatible(*argument_shapes[i], in CreateModuleConfig()
|
D | conditional_simplifier.cc | 279 CHECK(ShapeUtil::Compatible(conditional->operand(branch + 1)->shape(), in TryRemoveUnusedConditionalOperands() 283 CHECK(ShapeUtil::Compatible( in TryRemoveUnusedConditionalOperands() 298 !ShapeUtil::Compatible(empty_tuple, conditional_op->shape())) { in ReplaceRootWithEmptyTupleIfNoUsers() 394 !ShapeUtil::Compatible(branch->root_instruction()->shape(), in RemoveUnusedTupleElements()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | xla_select_and_scatter_op.cc | 80 xla::ShapeUtil::Compatible(select.xla_output_shape, in Compile() 103 xla::ShapeUtil::Compatible(scatter.xla_output_shape, scalar_shape), in Compile()
|
/external/perfetto/ |
D | README.chromium | 7 License Android Compatible: yes
|
/external/openscreen/third_party/boringssl/ |
D | README.chromium | 6 License Android Compatible: yes
|
/external/markdown/tests/misc/ |
D | mismatched-tags.txt | 5 <p>And this output</p> *Compatible with PHP Markdown Extra 1.2.2 and Markdown.pl1.0.2b8:*
|
/external/rust/crates/lock_api/ |
D | METADATA | 2 description: "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std."
|
D | Cargo.toml.orig | 5 description = "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std."
|
D | Cargo.toml | 18 description = "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std."
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_conv_rewriter_test.cc | 296 CHECK(ShapeUtil::Compatible( in TEST_F() 436 CHECK(ShapeUtil::Compatible( in TEST_F() 487 CHECK(ShapeUtil::Compatible( in TEST_F() 542 CHECK(ShapeUtil::Compatible( in TEST_F() 598 CHECK(ShapeUtil::Compatible( in TEST_F()
|
/external/rust/crates/unicode-normalization/ |
D | METADATA | 2 …unctions for normalization of Unicode strings, including Canonical and Compatible Decomposition an…
|
D | Cargo.toml.orig | 16 Unicode strings, including Canonical and Compatible
|
/external/openscreen/third_party/zlib/ |
D | README.chromium | 7 License Android Compatible: yes
|
/external/pdfium/third_party/libpng16/ |
D | README.pdfium | 6 License Android Compatible: yes
|