/external/tensorflow/tensorflow/core/platform/ |
D | null_file_system.h | 44 return errors::Unimplemented("NewRandomAccessFile unimplemented"); in NewRandomAccessFile() 49 return errors::Unimplemented("NewWritableFile unimplemented"); in NewWritableFile() 54 return errors::Unimplemented("NewAppendableFile unimplemented"); in NewAppendableFile() 60 return errors::Unimplemented( in NewReadOnlyMemoryRegionFromFile() 65 return errors::Unimplemented("FileExists unimplemented"); in FileExists() 70 return errors::Unimplemented("GetChildren unimplemented"); in GetChildren() 79 return errors::Unimplemented("DeleteFile unimplemented"); in DeleteFile() 83 return errors::Unimplemented("CreateDir unimplemented"); in CreateDir() 87 return errors::Unimplemented("DeleteDir unimplemented"); in DeleteDir() 92 return errors::Unimplemented("GetFileSize unimplemented"); in GetFileSize() [all …]
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | test_utils.h | 36 done(errors::Unimplemented("GetStatusAsync")); in GetStatusAsync() 42 done(errors::Unimplemented("CreateWorkerSessionAsync")); in CreateWorkerSessionAsync() 49 done(errors::Unimplemented("DeleteWorkerSessionAsync")); in DeleteWorkerSessionAsync() 55 done(errors::Unimplemented("RegisterGraphAsync")); in RegisterGraphAsync() 61 done(errors::Unimplemented("DeregisterGraphAsync")); in DeregisterGraphAsync() 67 done(errors::Unimplemented("RunGraphAsync")); in RunGraphAsync() 73 done(errors::Unimplemented("CleanupGraphAsync")); in CleanupGraphAsync() 79 done(errors::Unimplemented("CleanupAllAsync")); in CleanupAllAsync() 84 done(errors::Unimplemented("RecvTensorAsync")); in RecvTensorAsync() 89 done(errors::Unimplemented("LoggingAsync")); in LoggingAsync() [all …]
|
/external/tensorflow/tensorflow/core/public/ |
D | session.h | 143 return errors::Unimplemented( in Create() 148 return errors::Unimplemented( in Extend() 161 return errors::Unimplemented( in Close() 186 return errors::Unimplemented( in Run() 230 return errors::Unimplemented( in LocalDeviceManager() 242 return errors::Unimplemented( in MakeCallable() 257 return errors::Unimplemented( in RunCallable() 273 return errors::Unimplemented( in RunCallable() 281 return errors::Unimplemented( in ReleaseCallable() 304 return errors::Unimplemented("Finalize is not supported for this session."); in Finalize()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | compile_only_service.h | 64 return Unimplemented("CompileOnlyService does not support devices."); in GetDeviceHandles() 68 return Unimplemented("CompileOnlyService does not support execution."); in WaitForExecution() 72 return Unimplemented( in TransferToServer() 77 return Unimplemented( in TransferToInfeed() 82 return Unimplemented( in TransferFromOutfeed() 87 return Unimplemented("CompileOnlyService does not support devices."); in ResetDevice()
|
/external/tensorflow/tensorflow/core/util/ |
D | memmapped_file_system.cc | 60 return errors::Unimplemented( in Name() 159 return errors::Unimplemented("memmapped format doesn't support writing"); in NewWritableFile() 165 return errors::Unimplemented("memmapped format doesn't support writing"); in NewAppendableFile() 171 return errors::Unimplemented("memmapped format doesn't support GetChildren"); in GetChildren() 177 return errors::Unimplemented( in GetMatchingPaths() 183 return errors::Unimplemented("memmapped format doesn't support DeleteFile"); in DeleteFile() 188 return errors::Unimplemented("memmapped format doesn't support CreateDir"); in CreateDir() 193 return errors::Unimplemented("memmapped format doesn't support DeleteDir"); in DeleteDir() 199 return errors::Unimplemented("memmapped format doesn't support RenameFile"); in RenameFile()
|
D | batch_util.cc | 187 return errors::Unimplemented("CopyElementToSlice Unhandled data type: ", in CopyElementToSlice() 210 return errors::Unimplemented("CopySliceToElement Unhandled data type: ", in CopySliceToElement() 281 return errors::Unimplemented("CopyContiguousSlices unhandled data type: ", in CopyContiguousSlices() 307 return errors::Unimplemented( in MaybeMoveSliceToElement() 361 return errors::Unimplemented( in HandleElementToLargerSliceWithRank() 392 return errors::Unimplemented("CopyElementToLargerSlice Unhandled rank: ", in CopyElementToLargerSlice() 405 return errors::Unimplemented("SetElementZero Unhandled data type: ", in SetElementZero()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/c/ |
D | c_api_unified_experimental_mlir.cc | 72 using tensorflow::errors::Unimplemented; 111 return Unimplemented("MlirTensor::Shape is not implemented yet."); in Shape() 268 return Unimplemented( in RegisterFunction() 273 return Unimplemented( in RemoveFunction() 457 return Unimplemented("SetAttrString has not been implemented yet."); in SetAttrString() 460 return Unimplemented("SetAttrInt has not been implemented yet."); in SetAttrInt() 463 return Unimplemented("SetAttrFloat has not been implemented yet."); in SetAttrFloat() 471 return Unimplemented("SetAttrShape has not been implemented yet."); in SetAttrShape() 475 return Unimplemented("SetAttrFunction has not been implemented yet."); in SetAttrFunction() 479 return Unimplemented("SetAttrFunctionName has not been implemented yet."); in SetAttrFunctionName() [all …]
|
/external/pigweed/pw_status/ |
D | try_test.cc | 47 EXPECT_EQ(TryStatus(Status::Unimplemented()), Status::Unimplemented()); in TEST() 68 EXPECT_EQ(TryStatus(StatusWithSize::Unimplemented()), in TEST() 69 Status::Unimplemented()); in TEST() 157 result = TryStatusWithSize(StatusWithSize::Unimplemented()); in TEST() 158 EXPECT_EQ(result.status(), Status::Unimplemented()); in TEST()
|
D | status_with_size_test.cc | 128 static_assert(StatusWithSize::Unimplemented().status() == Status::Unimplemented()); in TEST() 146 static_assert(StatusWithSize::Unimplemented(123).status() == Status::Unimplemented()); in TEST() 166 static_assert(StatusWithSize::Unimplemented().size() == 0u); in TEST() 186 static_assert(StatusWithSize::Unimplemented(123).size() == 123u); in TEST() 204 static_assert(StatusWithSize::Unimplemented().IsUnimplemented()); in TEST()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | dlpack.cc | 98 return Unimplemented("XLA type %s has no DLPack equivalent", in PrimitiveTypeToDLDataType() 105 return Unimplemented("DLPack types with lanes != 1 not implemented, got %d", in DLDataTypeToPrimitiveType() 120 return Unimplemented( in DLDataTypeToPrimitiveType() 135 return Unimplemented( in DLDataTypeToPrimitiveType() 148 return Unimplemented( in DLDataTypeToPrimitiveType() 156 return Unimplemented( in DLDataTypeToPrimitiveType() 160 return Unimplemented("Unknown or invalid DLPack type code %d", type.code); in DLDataTypeToPrimitiveType() 196 return Unimplemented( in StridesToLayout() 255 return Unimplemented( in BufferToDLPackManagedTensor()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter.cc | 196 return Unimplemented("Send is not implemented on GPU"); in HandleSend() 200 return Unimplemented("Send-Done is not implemented on GPU"); in HandleSendDone() 204 return Unimplemented("Recv is not implemented on GPU"); in HandleRecv() 208 return Unimplemented("Recv-done is not implemented on GPU"); in HandleRecvDone() 212 return Unimplemented("Scatter is not implemented on GPUs."); in HandleScatter() 502 return Unimplemented( in EmitAtomicOperationForNestedComputation() 555 return Unimplemented( in HandleConvolution() 564 return Unimplemented("Hit a case for fft that is not implemented on GPU."); in HandleFft() 568 return Unimplemented( in HandleAllReduce() 599 return Unimplemented("custom-call"); in HandleCustomCall() [all …]
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | GeneratedServiceBaseTest.cs | 64 Assert.AreEqual(StatusCode.Unimplemented, ex.Status.StatusCode); in UnimplementedByDefault_Unary() 73 Assert.AreEqual(StatusCode.Unimplemented, ex.Status.StatusCode); in UnimplementedByDefault_ClientStreaming() 82 Assert.AreEqual(StatusCode.Unimplemented, ex.Status.StatusCode); in UnimplementedByDefault_ServerStreamingCall() 91 Assert.AreEqual(StatusCode.Unimplemented, ex.Status.StatusCode); in UnimplementedByDefault_DuplexStreamingCall()
|
/external/tensorflow/tensorflow/c/experimental/filesystem/ |
D | modular_filesystem.cc | 41 return errors::Unimplemented(tensorflow::strings::StrCat( in NewRandomAccessFile() 61 return errors::Unimplemented(tensorflow::strings::StrCat( in NewWritableFile() 81 return errors::Unimplemented(tensorflow::strings::StrCat( in NewAppendableFile() 101 return errors::Unimplemented(tensorflow::strings::StrCat( in NewReadOnlyMemoryRegionFromFile() 122 return errors::Unimplemented(tensorflow::strings::StrCat( in FileExists() 169 return errors::Unimplemented(tensorflow::strings::StrCat( in GetChildren() 217 return errors::Unimplemented(tensorflow::strings::StrCat( in DeleteFile() 254 return errors::Unimplemented(tensorflow::strings::StrCat( in DeleteDir() 279 return errors::Unimplemented(tensorflow::strings::StrCat( in CreateDir() 292 return errors::Unimplemented(tensorflow::strings::StrCat( in Stat() [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | extract_image_patches_op.cc | 65 errors::Unimplemented("Current implementation does not yet support " in Compile() 70 errors::Unimplemented("Current implementation does not yet support " in Compile() 74 errors::Unimplemented("Current implementation does not support " in Compile() 81 errors::Unimplemented("Kernel size values must be non-negative; ", i, in Compile() 85 errors::Unimplemented("Stride values must be positive; ", i, in Compile() 89 errors::Unimplemented("Dilation values must be positive; ", i, in Compile()
|
D | tensor_list_ops.cc | 141 errors::Unimplemented( in TensorListReserveOp() 301 errors::Unimplemented("Only non-nested TensorList is supported " in Compile() 357 errors::Unimplemented("Only non-nested TensorList is supported " in Compile() 395 errors::Unimplemented("Only non-nested TensorList is supported " in Compile() 446 errors::Unimplemented("Only non-nested TensorList is supported " in Compile() 477 errors::Unimplemented("Only non-nested TensorList is supported " in Compile() 491 errors::Unimplemented("TensorList of scalars is not supported")); in Compile() 522 errors::Unimplemented( in TensorListSplitOp() 537 errors::Unimplemented("Element dimensions have to be non-empty")); in Compile() 542 errors::Unimplemented("Length has to be non-empty")); in Compile() [all …]
|
/external/tensorflow/tensorflow/cc/saved_model/ |
D | loader.cc | 305 return errors::Unimplemented("Session::Create()"); in Create() 308 return errors::Unimplemented("Session::Create()"); in Create() 312 return errors::Unimplemented("Session::Extend()"); in Extend() 315 return errors::Unimplemented("Session::Extend()"); in Extend() 327 return errors::Unimplemented("Session::Create()"); in Create() 330 return errors::Unimplemented("Session::Extend()"); in Extend() 333 return errors::Unimplemented("Session::Create()"); in Create() 336 return errors::Unimplemented("Session::Extend()"); in Extend() 355 return errors::Unimplemented("Session::PRunSetup()"); in PRunSetup() 362 return errors::Unimplemented("Session::PRun()"); in PRun()
|
/external/tensorflow/tensorflow/core/util/tensor_bundle/ |
D | byte_swap.cc | 45 return errors::Unimplemented("Byte-swapping of ", bytes_per_elem, in ByteSwapArray() 103 return errors::Unimplemented( in ByteSwapTensor() 109 return errors::Unimplemented( in ByteSwapTensor()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | lift_variables_test_pass.cc | 43 return tensorflow::errors::Unimplemented("not available"); in Create() 46 return tensorflow::errors::Unimplemented("not available"); in Extend() 50 return tensorflow::errors::Unimplemented("not available"); in Close() 55 return tensorflow::errors::Unimplemented("not available"); in ListDevices()
|
D | lift_variables_test_pass.h | 46 return tensorflow::errors::Unimplemented("not available"); in Create() 49 return tensorflow::errors::Unimplemented("not available"); in Extend() 53 return tensorflow::errors::Unimplemented("not available"); in Close() 58 return tensorflow::errors::Unimplemented("not available"); in ListDevices()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | session.cc | 42 return errors::Unimplemented( in Run() 50 return errors::Unimplemented( in PRunSetup() 58 return errors::Unimplemented( in PRun()
|
/external/tensorflow/tensorflow/tools/android/inference_interface/ |
D | asset_manager_filesystem.cc | 262 return errors::Unimplemented("Asset storage is read only."); in NewWritableFile() 267 return errors::Unimplemented("Asset storage is read only."); in NewAppendableFile() 271 return errors::Unimplemented("Asset storage is read only."); in DeleteFile() 275 return errors::Unimplemented("Asset storage is read only."); in CreateDir() 279 return errors::Unimplemented("Asset storage is read only."); in DeleteDir() 283 return errors::Unimplemented("Asset storage is read only."); in RenameFile()
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | echo.proto | 35 rpc Unimplemented(EchoRequest) returns (EchoResponse); rpc 48 rpc Unimplemented(EchoRequest) returns (EchoResponse); rpc 61 rpc Unimplemented(EchoRequest) returns (EchoResponse); rpc 65 rpc Unimplemented(EchoRequest) returns (EchoResponse); rpc
|
/external/grpc-grpc/src/ruby/lib/grpc/ |
D | errors.rb | 69 codes[UNIMPLEMENTED] = Unimplemented 71 codes[UNIMPLEMENTED] = Unimplemented 175 class Unimplemented < BadStatus class
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | convert_type.cc | 88 return errors::Unimplemented(absl::StrCat( in ConvertDataType() 124 return errors::Unimplemented( in ConvertScalarTypeToDataType() 136 return errors::Unimplemented( in ConvertScalarTypeToDataType() 148 return errors::Unimplemented( in ConvertScalarTypeToDataType()
|
/external/tensorflow/tensorflow/core/ops/ |
D | array_grad.cc | 419 return errors::Unimplemented( in ReverseV2Grad() 443 return errors::Unimplemented( in SliceGrad() 478 return errors::Unimplemented( in StridedSliceGrad() 515 return errors::Unimplemented( in StridedSliceGradGrad() 557 return errors::Unimplemented( in BroadcastToGrad()
|