HomeSort by relevance Sort by last modified time
    Searched defs:shape_and_slice (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
restore_op_test.cc 433 string shape_and_slice = "4 16 0,2:-"; local
441 AddInput<string>(TensorShape({}), [&shape_and_slice](int x) -> string {
442 return shape_and_slice;
save_restore_tensor.cc 110 "Slice in shape_and_slice "
199 "Shape in shape_and_slice spec does not match the shape in the "
256 const string& shape_and_slice = shape_and_slices_flat(i); local
261 if (shape_and_slice.empty()) {
273 checkpoint::ParseShapeAndSlice(shape_and_slice, &parsed_full_shape,
277 "tensor_name = ", tensor_name, "; shape in shape_and_slice spec ",
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties_test.cc 644 Output shape_and_slice = ops::Const(s.WithOpName("shape_and_slice"), local
648 shape_and_slice, DataType::DT_FLOAT);
654 shape_and_slice, DataType::DT_FLOAT);
    [all...]

Completed in 365 milliseconds