Home
last modified time | relevance | path

Searched refs:Unimplemented (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/external/tensorflow/tensorflow/core/platform/
Dnull_file_system.h41 return errors::Unimplemented("NewRandomAccessFile unimplemented"); in NewRandomAccessFile()
46 return errors::Unimplemented("NewWritableFile unimplemented"); in NewWritableFile()
51 return errors::Unimplemented("NewAppendableFile unimplemented"); in NewAppendableFile()
57 return errors::Unimplemented( in NewReadOnlyMemoryRegionFromFile()
62 return errors::Unimplemented("FileExists unimplemented"); in FileExists()
66 return errors::Unimplemented("GetChildren unimplemented"); in GetChildren()
75 return errors::Unimplemented("DeleteFile unimplemented"); in DeleteFile()
79 return errors::Unimplemented("CreateDir unimplemented"); in CreateDir()
83 return errors::Unimplemented("DeleteDir unimplemented"); in DeleteDir()
87 return errors::Unimplemented("GetFileSize unimplemented"); in GetFileSize()
[all …]
Dfile_system.h242 return errors::Unimplemented("This filesystem does not support Name()"); in Name()
283 return errors::Unimplemented("Append(absl::Cord) is not implemented"); in Append()
313 return errors::Unimplemented("This filesystem does not support Name()"); in Name()
331 return errors::Unimplemented("This filesystem does not support Tell()"); in Tell()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dtest_utils.h36 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("RunGraphAsync")); in CleanupGraphAsync()
79 done(errors::Unimplemented("RunGraphAsync")); in CleanupAllAsync()
84 done(errors::Unimplemented("RunGraphAsync")); in RecvTensorAsync()
89 done(errors::Unimplemented("RunGraphAsync")); in LoggingAsync()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompile_only_service.h64 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()
Dllvm_compiler.cc28 return Unimplemented( in RunHloPassesOnModuleGroup()
37 return Unimplemented( in RunBackendOnModuleGroup()
62 return Unimplemented( in Compile()
Dhlo_evaluator.h248 return Unimplemented("BatchNormGrad HLO is unsupported by the evaluator."); in HandleBatchNormGrad()
252 return Unimplemented( in HandleBatchNormInference()
256 return Unimplemented( in HandleBatchNormTraining()
260 return Unimplemented("Infeed HLO is unsupported by the evaluator."); in HandleInfeed()
263 return Unimplemented("Outfeed HLO is unsupported by the evaluator."); in HandleOutfeed()
/external/tensorflow/tensorflow/core/public/
Dsession.h130 return errors::Unimplemented( in Create()
135 return errors::Unimplemented( in Extend()
140 return errors::Unimplemented( in Close()
195 return errors::Unimplemented( in LocalDeviceManager()
207 return errors::Unimplemented( in MakeCallable()
222 return errors::Unimplemented( in RunCallable()
230 return errors::Unimplemented( in ReleaseCallable()
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system.cc60 return errors::Unimplemented( in Name()
153 return errors::Unimplemented("memmapped format doesn't support writing"); in NewWritableFile()
158 return errors::Unimplemented("memmapped format doesn't support writing"); in NewAppendableFile()
163 return errors::Unimplemented("memmapped format doesn't support GetChildren"); in GetChildren()
168 return errors::Unimplemented( in GetMatchingPaths()
173 return errors::Unimplemented("memmapped format doesn't support DeleteFile"); in DeleteFile()
177 return errors::Unimplemented("memmapped format doesn't support CreateDir"); in CreateDir()
181 return errors::Unimplemented("memmapped format doesn't support DeleteDir"); in DeleteDir()
186 return errors::Unimplemented("memmapped format doesn't support RenameFile"); in RenameFile()
Dbatch_util.cc141 return errors::Unimplemented("CopyElementToSlice Unhandled data type: ", in CopyElementToSlice()
161 return errors::Unimplemented("CopySliceToElement Unhandled data type: ", in CopySliceToElement()
185 return errors::Unimplemented( in MaybeMoveSliceToElement()
239 return errors::Unimplemented( in HandleElementToLargerSliceWithRank()
270 return errors::Unimplemented("CopyElementToLargerSlice Unhandled rank: ", in CopyElementToLargerSlice()
283 return errors::Unimplemented("SetElementZero Unhandled data type: ", in SetElementZero()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dextract_image_patches_op.cc58 errors::Unimplemented("Current implementation does not yet support " in Compile()
63 errors::Unimplemented("Current implementation does not yet support " in Compile()
67 errors::Unimplemented("Current implementation does not support " in Compile()
74 errors::Unimplemented("Kernel size values must be non-negative; ", i, in Compile()
78 errors::Unimplemented("Stride values must be positive; ", i, in Compile()
82 errors::Unimplemented("Dilation values must be positive; ", i, in Compile()
Dcast_op.cc59 errors::Unimplemented("Truncate attribute is only " in Compile()
65 errors::Unimplemented( in Compile()
77 errors::Unimplemented("Unexpected type bitwidth")); in Compile()
121 errors::Unimplemented("Complex types not supported.")); in Compile()
127 errors::Unimplemented( in Compile()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc123 return Unimplemented("Send is not implemented on GPU"); in HandleSend()
127 return Unimplemented("Send-Done is not implemented on GPU"); in HandleSendDone()
131 return Unimplemented("Recv is not implemented on GPU"); in HandleRecv()
135 return Unimplemented("Recv-done is not implemented on GPU"); in HandleRecvDone()
139 return Unimplemented("Scatter is not implemented on GPUs."); in HandleScatter()
403 return Unimplemented( in EmitAtomicOperationForNestedComputation()
643 return Unimplemented( in HandleConvolution()
652 return Unimplemented("Hit a case for fft that is not implemented on GPU."); in HandleFft()
657 return Unimplemented("AllReduce is not implemented on GPU."); in HandleAllReduce()
667 return Unimplemented("Variadic reduce is not supported on GPU"); in HandleReduce()
[all …]
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DGeneratedServiceBaseTest.cs64 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()
DBenchmarkServiceGrpc.cs88 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in UnaryCall()
102 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in StreamingCall()
114 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in StreamingFromClient()
127 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in StreamingFromServer()
140 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in StreamingBothWays()
DTestGrpc.cs118 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in EmptyCall()
129 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in UnaryCall()
142 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in CacheableUnaryCall()
155 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in StreamingOutputCall()
167 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in StreamingInputCall()
181 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in FullDuplexCall()
196 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in HalfDuplexCall()
208 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in UnimplementedCall()
577 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in UnimplementedCall()
701 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in Start()
[all …]
/external/tensorflow/tensorflow/contrib/android/
Dasset_manager_filesystem.cc253 return errors::Unimplemented("Asset storage is read only."); in NewWritableFile()
257 return errors::Unimplemented("Asset storage is read only."); in NewAppendableFile()
260 return errors::Unimplemented("Asset storage is read only."); in DeleteFile()
263 return errors::Unimplemented("Asset storage is read only."); in CreateDir()
266 return errors::Unimplemented("Asset storage is read only."); in DeleteDir()
269 return errors::Unimplemented("Asset storage is read only."); in RenameFile()
/external/tensorflow/tensorflow/core/common_runtime/
Dsession.cc34 return errors::Unimplemented( in Run()
42 return errors::Unimplemented( in PRunSetup()
50 return errors::Unimplemented( in PRun()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.cc109 return Unimplemented("Module group compilation not supported on Interpreter"); in RunHloPassesOnModuleGroup()
141 return Unimplemented( in RunBackendOnModuleGroup()
153 return tensorflow::errors::Unimplemented( in Compile()
157 return tensorflow::errors::Unimplemented( in Compile()
/external/grpc-grpc/src/ruby/lib/grpc/
Derrors.rb69 codes[UNIMPLEMENTED] = Unimplemented
71 codes[UNIMPLEMENTED] = Unimplemented
175 class Unimplemented < BadStatus class
/external/tensorflow/tensorflow/core/kernels/
Davgpooling_op.cc72 errors::Unimplemented( in AvgPoolingOp()
84 errors::Unimplemented("Non-spatial pooling is not " in Compute()
137 errors::Unimplemented( in AvgPoolingOp()
149 errors::Unimplemented("Non-spatial pooling is not " in Compute()
238 errors::Unimplemented( in AvgPoolingGradOp()
283 errors::Unimplemented("Non-spatial pooling is not " in Compute()
397 errors::Unimplemented( in AvgPoolingGradOp()
477 errors::Unimplemented( in AvgPoolingGradOpCustomGPUKernel()
523 errors::Unimplemented("Non-spatial pooling is not " in Compute()
Dcast_op.cc116 Status CastOpBase::Unimplemented() { in Unimplemented() function in tensorflow::CastOpBase
117 return errors::Unimplemented("Cast ", DataTypeString(external_src_dtype_), in Unimplemented()
168 return work_ == nullptr ? Unimplemented() : Status::OK(); in Prepare()
216 return work_ == nullptr ? Unimplemented() : Status::OK(); in Prepare()
278 return work_ == nullptr ? Unimplemented() : Status::OK(); in Prepare()
Dinitializable_lookup_table.h50 return errors::Unimplemented( in Insert()
56 return errors::Unimplemented( in Remove()
61 return errors::Unimplemented( in ExportValues()
Dmaxpooling_op.cc235 errors::Unimplemented( in MaxPoolingGradOp()
239 errors::Unimplemented( in MaxPoolingGradOp()
291 errors::Unimplemented( in Compute()
295 errors::Unimplemented( in Compute()
368 errors::Unimplemented( in MaxPoolingGradOp()
416 errors::Unimplemented( in Compute()
476 errors::Unimplemented( in MaxPoolingGradGradOp()
479 errors::Unimplemented("MaxPoolingGradGrad is not yet " in MaxPoolingGradGradOp()
520 errors::Unimplemented( in Compute()
524 errors::Unimplemented( in Compute()
[all …]
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc288 return errors::Unimplemented( in ValidateTensorProperties()
517 return errors::Unimplemented( in ConvertAxis()
954 return errors::Unimplemented("Op type ", op, " is not supported."); in ValidateNode()
1012 return errors::Unimplemented("No converter registered for op: ", op); in ConvertNode()
1164 return errors::Unimplemented( in TransposeTensor()
1218 return errors::Unimplemented( in GetWeightRange()
1438 return errors::Unimplemented("The input \"", inputs_is_weight[i].first, in CheckInputsWeights()
1447 return errors::Unimplemented("The input \"", inputs_is_weight[i].first, in CheckInputsWeights()
1472 return errors::Unimplemented("Data type ", DataTypeString(op_dtype), in AllowDataTypes()
1560 return errors::Unimplemented("Data type not supported: " + in UnaryCompute()
[all …]
/external/syzkaller/vendor/google.golang.org/grpc/codes/
Dcodes.go126 Unimplemented Code = 12 const
164 `"UNIMPLEMENTED"`: Unimplemented,

12345678910>>...12