- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ShapeAndType (0.05 sec)
-
tensorflow/c/c_api_experimental.cc
using tensorflow::OpRegistrationData; using tensorflow::Tensor; using tensorflow::shape_inference::DimensionHandle; using tensorflow::shape_inference::InferenceContext; using tensorflow::shape_inference::ShapeAndType; using tensorflow::shape_inference::ShapeHandle; const int num_inputs = input_shapes->num_items; NodeDef node_def; tensorflow::ImmediateExecutionOperation* op = tensorflow::unwrap(tfe_op);
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 03:53:25 UTC 2025 - 29.5K bytes - Viewed (0) -
tensorflow/c/c_api.cc
} auto shape_and_type_vec = std::vector<tensorflow::shape_inference::ShapeAndType>( num_shapes_and_types); for (int i = 0; i < num_shapes_and_types; ++i) { tensorflow::shape_inference::ShapeHandle shape_handle = ShapeHandleFromDims(ic, ranks[i], shapes[i]); shape_and_type_vec[i] = tensorflow::shape_inference::ShapeAndType( shape_handle, static_cast<DataType>(types[i])); }
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue May 13 06:30:43 UTC 2025 - 102.3K bytes - Viewed (0)