| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | shape_inference.cc | 426 const Shape& operand_shape, PrimitiveType new_element_type) { in InferConvertShape() 450 const Shape& operand_shape, PrimitiveType new_element_type) { in InferBitcastConvertShape() 480 const Shape& operand_shape, const int exponent_bits, in InferReducePrecisionShape() 504 const Shape& operand_shape, const Shape& padding_value_shape, in InferPadShape() 1084 for (const Shape* operand_shape : operand_shapes) { in InferVariadicOpShape() local 1191 const Shape& operand_shape, const Shape& scale_shape, in InferBatchNormTrainingShape() 1296 const Shape& operand_shape, const Shape& scale_shape, in InferBatchNormInferenceShape() 1440 const Shape& operand_shape, const Shape& scale_shape, in InferBatchNormGradShape() 2003 for (const Shape* operand_shape : operand_shapes) { in InferAllReduceShape() local 2011 for (const Shape* operand_shape : operand_shapes) { in InferAllReduceShape() local [all …]
|
| D | hlo_verifier.cc | 542 const Shape& operand_shape = instruction.operands()[i]->shape(); in SameElementTypesForOperandsAndToApplyParameters() local 600 const Shape& operand_shape = broadcast->operand(0)->shape(); in HandleBroadcast() local 618 const Shape& operand_shape = reshape->operand(0)->shape(); in HandleReshape() local 857 const Shape& operand_shape = copy_done->operand(0)->shape(); in HandleCopyDone() local 1578 const Shape& operand_shape = operand->shape(); in CheckElementwiseInstruction() local 1712 const Shape& operand_shape = operand->shape(); in Postprocess() local
|
| D | hlo_creation_utils.cc | 383 const Shape& operand_shape = operand->shape(); in CollapseFirstNDims() local 408 const Shape& operand_shape = operand->shape(); in PrependDegenerateDims() local 445 const Shape& operand_shape = operand->shape(); in InsertDegenerateDims() local
|
| D | dynamic_padder.cc | 250 const Shape operand_shape = reshape->operand(0)->shape(); in RewriteDynamicReshapeSplitInput() local 498 const Shape operand_shape = reshape->operand(0)->shape(); in RewriteDynamicReshapeSingleDim() local 648 Shape operand_shape = in RewriteDynamicSort() local
|
| D | batchnorm_expander.cc | 173 const Shape operand_shape = operand->shape(); in HandleBatchNormTraining() local 300 const Shape operand_shape = operand->shape(); in HandleBatchNormInference() local
|
| D | indexed_array_analysis.cc | 345 absl::Span<const int64> operand_shape, in ComputeReshapePassthroughDimPairs() 444 absl::Span<const int64> operand_shape, absl::Span<const int64> result_shape, in FindSourcePositionForPassthroughResultDim()
|
| D | hlo_cost_analysis_test.cc | 865 Shape operand_shape = ShapeUtil::MakeShape(S32, {3, 3}); in TEST_F() local 895 Shape operand_shape = ShapeUtil::MakeShape(F32, {3, 3}); in TEST_F() local
|
| D | hlo_evaluator.cc | 490 const Shape& operand_shape = operands[i]->shape(); in HandleConcatenate() local 504 const Shape& operand_shape = operand->shape(); in HandleConcatenate() local 1741 const Shape& operand_shape = operand.shape(); in HandleGather() local
|
| D | memory_space_assignment.cc | 1328 Shape operand_shape = use.instruction->operand(use.operand_number)->shape(); in Process() local
|
| D | layout_assignment.cc | 1079 Shape operand_shape = operand->shape(); in ChooseOperandLayoutFromOutputLayout() local
|
| D | elemental_ir_emitter.cc | 1807 const Shape& operand_shape = hlo->operand(0)->shape(); in EmitElementalGather() local
|
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| D | dynamic_ops_test.cc | 511 void RunR3Contiguous(std::vector<int32> operand_shape, int32 index, in RunR3Contiguous() 667 std::vector<int32> operand_shape({4, 5, 2}); in XLA_TEST_F() local 673 std::vector<int32> operand_shape({4, 5, 2}); in XLA_TEST_F() local 679 std::vector<int32> operand_shape({4, 5, 2}); in XLA_TEST_F() local 685 std::vector<int32> operand_shape({4, 5, 2}); in XLA_TEST_F() local 691 std::vector<int32> operand_shape({4, 5, 2}); in XLA_TEST_F() local 697 std::vector<int32> operand_shape({4, 5, 2}); in XLA_TEST_F() local 703 std::vector<int32> operand_shape({4, 5, 2}); in XLA_TEST_F() local 709 std::vector<int32> operand_shape({4, 5, 2}); in XLA_TEST_F() local 714 std::vector<int32> operand_shape({3, 123, 247}); in XLA_TEST_F() local [all …]
|
| D | select_and_scatter_test.cc | 42 std::vector<int64> operand_shape; member 73 auto operand_shape = GetParam().operand_shape; in XLA_TEST_P() local
|
| D | gather_operation_test.cc | 640 Shape operand_shape = ShapeUtil::MakeShape(S32, {3, 3}); in XLA_TEST_F() local
|
| D | test_utils.cc | 580 const Shape& operand_shape = use->operand(0)->shape(); in CreateLiteralForConstrainedUses() local
|
| D | reduce_test.cc | 940 Shape operand_shape = ShapeUtil::MakeShape(F32, {1}); in XLA_TEST_F() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
| D | ir_array.cc | 186 const Shape& operand_shape, absl::Span<const int64> starts, in SourceIndexOfSlice() 207 const Shape& shape, const Shape& operand_shape, in SourceIndexOfTranspose() 223 const Shape& shape, const Shape& operand_shape, in SourceIndexOfBitcast() 252 const Shape& shape, const Shape& operand_shape, in SourceIndexOfBroadcast()
|
| /external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
| D | aggregate_ops.cc | 64 xla::Shape operand_shape; in Compile() local
|
| /external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
| D | fuse_binary_into_preceding_affine.cc | 45 const Shape& operand_shape = operand.shape(); in FuseAddOrSubParamsIntoPrecedingAffine() local 114 const Shape& operand_shape = operand.shape(); in FuseMulOrDivParamsIntoPrecedingAffine() local
|
| D | fuse_binary_into_following_affine.cc | 202 const auto& operand_shape = in Run() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| D | reduction_layout_normalizer.cc | 41 const Shape &operand_shape = operand->shape(); in HandleReduce() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
| D | cpu_layout_assignment.cc | 143 Shape operand_shape( in AddBackendConstraints() local
|
| D | ir_emitter.cc | 541 const Shape& operand_shape = operand->shape(); in HandleOutfeed() local 1394 const Shape& operand_shape = crs->operand(i)->shape(); in HandleAllReduceSingleReplica() local 1558 const Shape& operand_shape = reduce.operand(0)->shape(); in ReductionPreservesLayout() local
|
| /external/tensorflow/tensorflow/compiler/xla/client/lib/ |
| D | pooling_test.cc | 39 Shape operand_shape = b->GetShape(input).ValueOrDie(); in MakeGeneralPadding() local
|
| /external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
| D | tfl_ops.cc | 1468 ArrayRef<int64_t> operand_shape; in BuildSelectV2Op() local
|