HomeSort by relevance Sort by last modified time
    Searched full:cshape (Results 1 - 3 of 3) sorted by null

  /external/skia/tests/
PathOpsSimplifyRectThreadedTest.cpp 26 int cShape = state.fC & 0x03;
105 if (cShape) {
106 switch (cShape) {
  /external/skqp/tests/
PathOpsSimplifyRectThreadedTest.cpp 26 int cShape = state.fC & 0x03;
105 if (cShape) {
106 switch (cShape) {
  /external/tensorflow/tensorflow/compiler/xla/service/
layout_assignment_test.cc 405 Shape cshape = ShapeUtil::MakeShape(F32, {4, 3, 2}); local
411 HloInstruction::CreateTranspose(cshape, broadcast, {2, 1, 0}));
417 Shape output_shape_with_layout(cshape);
522 Shape cshape = ShapeUtil::MakeShape(F32, {100}); local
530 HloInstruction::CreateReshape(cshape, concatenate));
    [all...]

Completed in 121 milliseconds