/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | tensor_list_ops.cc | 227 auto slice_shape = shape.dim_sizes(); in Compile() local 366 TensorShape slice_shape = elem_shape; in Compile() local 409 TensorShape slice_shape = elem_shape; in Compile() local 453 auto slice_shape = shape.dim_sizes(); in Compile() local
|
D | stack_ops.cc | 152 TensorShape slice_shape = elem_shape; in Compile() local 208 auto slice_shape = stack_shape.dim_sizes(); in Compile() local
|
D | tensor_array_ops.cc | 219 TensorShape slice_shape = elem_shape; in Compile() local 270 auto slice_shape = ta_shape.dim_sizes(); in Compile() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | load_and_remap_matrix_op.cc | 205 TensorShape slice_shape; in Compute() local
|
D | save_restore_v2_ops.cc | 120 TensorShape slice_shape; in Compute() local
|
D | save_restore_tensor.cc | 107 TensorShape slice_shape; in SaveTensors() local
|
D | scatter_nd_op.cc | 726 auto slice_shape = indices.shape(); in DoScatterNd() local
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
D | shape.py | 355 def slice_shape(start_sum, size, name): function
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_instruction_fusion_test.cc | 387 Shape slice_shape = ShapeUtil::MakeShape(F32, {}); in TEST_F() local 464 Shape slice_shape = ShapeUtil::MakeShape(F32, {2}); in TEST_F() local 552 Shape slice_shape = ShapeUtil::MakeShape(F32, {10, 1, 1000}); in TEST_F() local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_conv_padding_legalization.cc | 370 Shape slice_shape = in CanonicalizeBackwardInputConvolution() local
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | test_utils.cc | 450 const Shape& slice_shape = use->opcode() == HloOpcode::kDynamicSlice in CreateLiteralForConstrainedUses() local
|
/external/python/cpython3/Lib/test/ |
D | test_buffer.py | 349 def slice_shape(lst, slices): function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_dataflow_analysis_test.cc | 2180 Shape slice_shape = ShapeUtil::MakeShape(F32, {1, 2}); in TEST_F() local
|
D | algebraic_simplifier_test.cc | 3515 Shape slice_shape = ShapeUtil::MakeShape(F32, {2, 2, 3, 3}); in TEST_F() local 3841 Shape slice_shape = ShapeUtil::MakeShape(F32, {10, 1, 1000}); in TEST_F() local
|