/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | while_test.cc | 52 auto result_shape = ShapeUtil::MakeShape(S32, {}); in XLA_TEST_F() local 88 auto result_shape = ShapeUtil::MakeShape(S64, {}); in XLA_TEST_F() local 118 auto result_shape = ShapeUtil::MakeShape(S32, {}); in XLA_TEST_F() local 151 auto result_shape = ShapeUtil::MakeShape(PRED, {}); in XLA_TEST_F() local 188 Shape result_shape = ShapeUtil::MakeShape(F32, {0}); in XLA_TEST_F() local 242 Shape result_shape = ShapeUtil::MakeShape(F32, {8}); in XLA_TEST_F() local 302 Shape result_shape = ShapeUtil::MakeShape(F32, {8}); in XLA_TEST_F() local 360 Shape result_shape = ShapeUtil::MakeTupleShape(shape_elements); in XLA_TEST_F() local 414 Shape result_shape = ShapeUtil::MakeTupleShape(shape_elements); in XLA_TEST_F() local 471 Shape result_shape = ShapeUtil::MakeTupleShape(shape_elements); in XLA_TEST_F() local [all …]
|
D | outfeed_in_nested_computation_test.cc | 125 Shape result_shape = ShapeUtil::MakeShape(xla::PRED, {}); in XLA_TEST_F() local
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder_test.cc | 516 const Shape& result_shape = in TEST_F() local 541 const Shape& result_shape = in TEST_F() local 566 const Shape& result_shape = in TEST_F() local 587 const Shape& result_shape = in TEST_F() local 609 const Shape& result_shape = in TEST_F() local 632 const Shape& result_shape = in TEST_F() local 660 const Shape& result_shape = in TEST_F() local 701 const Shape& result_shape = in TEST_F() local 740 const Shape& result_shape = in TEST_F() local 766 const Shape& result_shape = in TEST_F() local [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_layout_assignment_test.cc | 123 for (const Shape& result_shape : AllLayoutsOf(shape)) { in TEST_F() local 197 for (const Shape& result_shape : AllLayoutsOf(shape)) { in TEST_F() local 270 for (const Shape& result_shape : AllLayoutsOf(shape)) { in TEST_F() local
|
D | cudnn_conv_pad_for_tensor_cores.cc | 85 const Shape& result_shape = conv->shape().tuple_shapes(0); in PadConv() local 126 const Shape& result_shape = conv->shape().tuple_shapes(0); in PadForTensorCores() local
|
D | gpu_layout_assignment.cc | 103 Shape result_shape = instr->shape().tuple_shapes(0); in AddBackendConstraintsToDnnConvCustomCall() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | computation_layout.h | 75 const Shape& result_shape() const { return result_layout_.shape(); } in result_shape() function
|
D | executable.h | 173 const Shape& result_shape() const { in result_shape() function
|
D | local_service.cc | 108 Shape result_shape(program_shape->result()); in CreateExecutionOptions() local
|
D | hlo_module.h | 115 const Shape& result_shape() const { in result_shape() function
|
D | hlo_evaluator_typed_visitor.h | 980 const auto result_shape = reverse->shape(); in HandleReverse() local 1013 const Shape& result_shape = conv->shape(); in HandleConvolution() local 1459 auto result_shape = dynamic_slice->shape(); in HandleDynamicSlice() local 1522 auto result_shape = dynamic_update_slice->shape(); in HandleDynamicUpdateSlice() local 1718 const Shape& result_shape = reduce->shape().IsTuple() in HandleReduce() local 2701 const auto result_shape = random->shape(); in HandleRng() local 2761 const auto result_shape = random->shape(); in HandleRng() local 2861 const Shape& result_shape) { in DynamicSlice()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | dot_op_emitter_internal.h | 40 Shape result_shape; member
|
D | cpu_layout_assignment_test.cc | 68 Shape result_shape = ShapeUtil::MakeShapeWithLayout(F32, {1, 24}, {0, 1}); in TEST_F() local 103 Shape result_shape = ShapeUtil::MakeShapeWithLayout(F32, {1, 24}, {0, 1}); in TEST_F() local 187 Shape result_shape = ShapeUtil::MakeShapeWithLayout(F32, {1, 24}, {0, 1}); in TEST_F() local 226 Shape result_shape = ShapeUtil::MakeShape(F32, {1, 24}); in TEST_F() local
|
D | cpu_instruction_fusion_test.cc | 314 Shape result_shape = ShapeUtil::MakeShape(F32, {4}); in TEST_F() local 368 Shape result_shape = ShapeUtil::MakeShape(F32, {8, 8}); in TEST_F() local 388 Shape result_shape = ShapeUtil::MakeShape(F32, {2}); in TEST_F() local 427 Shape result_shape = ShapeUtil::MakeShape(F32, {16}); in TEST_F() local 483 Shape result_shape = ShapeUtil::MakeShape(F32, {4, 3}); in TEST_F() local
|
/external/tensorflow/tensorflow/contrib/periodic_resample/ops/ |
D | array_ops.cc | 55 tensorflow::TensorShape result_shape; in __anon96b295990102() local
|
/external/tensorflow/tensorflow/core/util/ |
D | bcast.h | 99 const Vec& result_shape() const { return result_; } in result_shape() function
|
D | tensor_slice_set.cc | 35 TensorShape result_shape; in Register() local
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | compile.cc | 74 xla::Shape result_shape(pshape->result()); in CompileXla() local
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_infeed_test.cc | 122 const auto result_shape = ShapeUtil::MakeShape(F32, {}); in TEST_F() local 204 const auto result_shape = ShapeUtil::MakeTupleShape( in TEST_F() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | reshape_util.cc | 143 Tensor *result_shape = nullptr; in Reshape() local
|
D | gather_op.cc | 89 TensorShape result_shape; in Compute() local
|
D | gather_nd_op.cc | 126 TensorShape result_shape(indices_shape); in DoGatherNd() local
|
D | dynamic_stitch_op.cc | 127 TensorShape result_shape; in CheckArgsAndAllocateResult() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | dynamic_stitch_op.cc | 118 std::vector<int64> result_shape(result_rank); in Compile() local
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal_util.cc | 49 Shape result_shape(literal.shape()); in ConvertType() local
|