| /external/tensorflow/tensorflow/core/tpu/kernels/ | 
| D | sharding_util_ops.cc | 180     const Eigen::DSizes<Eigen::DenseIndex, Rank>& slice_shape,  in GetSliceIndices()188     const Eigen::DSizes<Eigen::DenseIndex, 1>& slice_shape, const int index) {  in GetSliceIndices()
 197     const Eigen::DSizes<Eigen::DenseIndex, 2>& slice_shape, const int index) {  in GetSliceIndices()
 207     const Eigen::DSizes<Eigen::DenseIndex, 3>& slice_shape, const int index) {  in GetSliceIndices()
 220     const Eigen::DSizes<Eigen::DenseIndex, 4>& slice_shape, const int index) {  in GetSliceIndices()
 237     const Eigen::DSizes<Eigen::DenseIndex, 5>& slice_shape, const int index) {  in GetSliceIndices()
 258     const Eigen::DSizes<Eigen::DenseIndex, 6>& slice_shape, const int index) {  in GetSliceIndices()
 284     const Eigen::DSizes<Eigen::DenseIndex, 7>& slice_shape, const int index) {  in GetSliceIndices()
 315     const Eigen::DSizes<Eigen::DenseIndex, 8>& slice_shape, const int index) {  in GetSliceIndices()
 692     const TensorShape& slice_shape = inputs[0].shape();  in GetInputsAndOutputShape()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/tf2xla/kernels/ | 
| D | sharding_util_ops.cc | 98                                      absl::Span<const int64> slice_shape,  in GetSliceIndices()184     std::vector<int64_t> slice_shape(rank);  in CompileInternal()  local
 333     auto slice_shape = input_shapes[0].dim_sizes();  in CompileInternal()  local
 403     const TensorShape& slice_shape = input_shapes[0];  in GetInputsAndOutputShape()  local
 
 | 
| D | stack_ops.cc | 152     TensorShape slice_shape = elem_shape;  in Compile()  local208     auto slice_shape = stack_shape.dim_sizes();  in Compile()  local
 
 | 
| D | tensor_list_utils.cc | 442     std::vector<int64_t> slice_shape =  in ExecuteTensorListPopBack()  local523   std::vector<int64_t> slice_shape =  in ExecuteTensorListGetItem()  local
 
 | 
| D | tensor_array_ops.cc | 219     TensorShape slice_shape = elem_shape;  in Compile()  local270     auto slice_shape = ta_shape.dim_sizes();  in Compile()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ | 
| D | gpu_fusion_test.cc | 69   Shape slice_shape = ShapeUtil::MakeShape(F32, {10, 2});  in TEST_F()  local
 | 
| /external/tensorflow/tensorflow/compiler/xla/service/ | 
| D | all_to_all_decomposer.cc | 100   Shape slice_shape = all_to_all->shape();  in ExpandInstruction()  local
 | 
| D | dynamic_padder.cc | 1471         Shape slice_shape = static_shape;  in RewriteDynamicBinaryOp()  local
 | 
| D | algebraic_simplifier_test.cc | 4719   Shape slice_shape = ShapeUtil::MakeShape(F32, {2, 2, 3, 3});  in TEST_F()  local5047   Shape slice_shape = ShapeUtil::MakeShape(F32, {10, 1, 1000});  in TEST_F()  local
 8383   const Shape& slice_shape =  in TEST_F()  local
 
 | 
| D | hlo_dataflow_analysis_test.cc | 2298   Shape slice_shape = ShapeUtil::MakeShape(F32, {1, 2});  in TEST_F()  local
 | 
| /external/ComputeLibrary/tests/validation/fixtures/ | 
| D | UnstackFixture.h | 102 …const TensorShape            slice_shape = arm_compute::misc::shape_calculator::calculate_unstack_…  in compute_reference()  local
 | 
| /external/tensorflow/tensorflow/core/kernels/ | 
| D | load_and_remap_matrix_op.cc | 214       TensorShape slice_shape;  in Compute()  local
 | 
| D | save_restore_v2_ops.cc | 124         TensorShape slice_shape;  in Compute()  local
 | 
| D | save_restore_tensor.cc | 113       TensorShape slice_shape;  in SaveTensors()  local
 | 
| D | scatter_nd_op.cc | 1020     auto slice_shape = indices.shape();  in DoScatterNd()  local
 | 
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ | 
| D | cpu_instruction_fusion_test.cc | 371   Shape slice_shape = ShapeUtil::MakeShape(S32, {});  in TEST_F()  local448   Shape slice_shape = ShapeUtil::MakeShape(F32, {2});  in TEST_F()  local
 536   Shape slice_shape = ShapeUtil::MakeShape(F32, {10, 1, 1000});  in TEST_F()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ | 
| D | gpu_conv_padding_legalization.cc | 382   Shape slice_shape =  in CanonicalizeBackwardInputConvolution()  local
 | 
| /external/tensorflow/tensorflow/compiler/xla/service/spmd/ | 
| D | fft_handler.cc | 93   auto slice_shape = concat->shape();  in PadEachPartitionWithHaloExchange()  local
 | 
| D | spmd_partitioner_util.cc | 403     auto slice_shape = concat->shape();  in TileToPartialReplicateHaloExchange()  local514     auto slice_shape = concat->shape();  in PadFromPartialReplicateShape()  local
 952     auto slice_shape = concat->shape();  in ExchangeHaloAndGetValidData()  local
 
 | 
| D | dot_handler.cc | 1357         auto slice_shape = dot->shape();  in PartitionBaseCase()  local
 | 
| D | spmd_partitioner.cc | 3788         const Shape& slice_shape = ShapeUtil::GetSubshape(  in HandleOutfeed()  local
 | 
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ | 
| D | collection_ops_util.cc | 106   auto slice_shape = llvm::to_vector<8>(buffer_type.getShape());  in SetElement()  local
 | 
| /external/tensorflow/tensorflow/compiler/xla/tests/ | 
| D | test_utils.cc | 623         const Shape& slice_shape = use->opcode() == HloOpcode::kDynamicSlice  in CreateLiteralForConstrainedUses()  local
 | 
| /external/python/cpython3/Lib/test/ | 
| D | test_buffer.py | 357 def slice_shape(lst, slices):  function
 | 
| /external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ | 
| D | legalize_tf.cc | 3340     auto slice_shape = llvm::to_vector<4>(input_type.getShape());  in matchAndRewrite()  local5573     SmallVector<int64_t, 4> slice_shape(value_rank, ShapedType::kDynamicSize);  in matchAndRewrite()  local
 
 |