HomeSort by relevance Sort by last modified time
    Searched refs:has_shape (Results 1 - 25 of 42) sorted by null

1 2

  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
remove_trivial_slice.cc 38 if (input_array.has_shape() && output_array.has_shape()) {
resolve_slice_attributes.cc 40 if (!begin_array.has_shape()) return false;
43 if (!size_array.has_shape()) return false;
resolve_strided_slice_attributes.cc 35 if (!start_array.has_shape()) return false;
42 if (!stop_array.has_shape()) return false;
45 if (!stride_array.has_shape()) return false;
propagate_fixed_sizes.cc 102 CHECK(output_array->has_shape());
122 if (!weights_array.has_shape()) {
130 if (bias_array.has_shape()) {
150 if (!input_array.has_shape()) {
158 if (!weights_array.has_shape()) {
192 if (!input_array.has_shape()) {
200 if (!weights_array.has_shape()) {
233 if (!input_array.has_shape()) {
256 if (!input_array.has_shape()) {
281 if (output_array.has_shape()) {
    [all...]
resolve_mean_attributes.cc 40 if (!indices_array.has_shape()) return false;
remove_trivial_reshape.cc 39 if (input_array.has_shape() && output_array.has_shape()) {
resolve_batch_to_space_nd_attributes.cc 46 if (!crops_array.has_shape()) return false;
62 if (!block_shape_array.has_shape()) return false;
resolve_constant_shape_or_rank.cc 38 if (!input_array.has_shape()) {
43 if (!output_array.has_shape()) {
resolve_space_to_batch_nd_attributes.cc 49 if (!paddings_array.has_shape()) return false;
66 if (!block_shape_array.has_shape()) return false;
resolve_constant_range.cc 32 if (!start_array.has_shape()) {
37 if (!limit_array.has_shape()) {
42 if (!delta_array.has_shape()) {
create_im2col_arrays.cc 39 if (!weights_array.has_shape()) {
remove_trivial_concatenation_input.cc 46 input_array.has_shape() && input_array.shape().dimensions_count() == 0;
resolve_pad_attributes.cc 39 if (!array.has_shape()) return false;
resolve_transpose_attributes.cc 39 if (!perm_array.has_shape()) return false;
convert_expanddims_to_reshape.cc 39 if (!input_array.has_shape()) {
50 if (!axis_array.has_shape()) {
resolve_constant_fill.cc 61 if (!output_array.has_shape()) {
67 if (!val_array.has_shape()) {
convert_trivial_stack_to_reshape.cc 41 if (!input_array.has_shape()) {
convert_trivial_transpose_to_reshape.cc 33 if (!output_array.has_shape()) {
resolve_constant_strided_slice.cc 144 if (!output_array.has_shape()) {
156 if (!input_array.has_shape()) {
unroll_batch_matmul.cc 50 if (!input_array_a.has_shape() || !input_array_b.has_shape()) return false;
resolve_reorder_axes.cc 67 if (!output_array.has_shape()) {
resolve_constant_stack.cc 68 if (!output_array.has_shape()) {
resolve_multiply_by_zero.cc 64 if (!output_array.has_shape()) {
convert_reorder_axes.cc 117 if (!output_array.has_shape()) return false;
  /external/tensorflow/tensorflow/contrib/lite/toco/
tooling_util.cc 414 if (array.has_shape()) {
814 if (array->has_shape()) {
    [all...]

Completed in 118 milliseconds

1 2