Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MakeShapeFromPartialTensorShape (0.41 sec)

  1. tensorflow/compiler/jit/shape_inference.cc

                shape_refiner->GetContext(n);
    
            if (arg_shape.handle_type != DT_INVALID) {
              shape_inference::ShapeHandle handle;
              TF_RETURN_IF_ERROR(context->MakeShapeFromPartialTensorShape(
                  arg_shape.handle_shape, &handle));
    
              // Sets the shape and type of the variable's value.
              context->set_output_handle_shapes_and_types(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 13K bytes
    - Viewed (0)
Back to top