Home
last modified time | relevance | path

Searched refs:UnimplementedError (Results 1 – 25 of 47) sorted by relevance

12

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dpad.cc44 return UnimplementedError( in GenerateCode()
49 return UnimplementedError("Negative padding is not supported."); in GenerateCode()
52 return UnimplementedError("Padding for BATCH is not supported."); in GenerateCode()
Dconv.cc170 return UnimplementedError("Height and width should be 1."); in GenerateCode()
173 return UnimplementedError("Dilations are not supported."); in GenerateCode()
176 return UnimplementedError("Strides are not supported."); in GenerateCode()
180 return UnimplementedError("Padding is not supported."); in GenerateCode()
Dconverter.cc111 return UnimplementedError( in Init()
199 return UnimplementedError( in Init()
375 return UnimplementedError("Unsupported conversion"); in MakeConverter()
Dsoftmax.cc48 return UnimplementedError("Softmax is only supported for channels axis."); in GenerateCode()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.errors.-unimplemented-error.pbtxt1 path: "tensorflow.errors.UnimplementedError"
3 is_instance: "<class \'tensorflow.python.framework.errors_impl.UnimplementedError\'>"
Dtensorflow.errors.pbtxt132 name: "UnimplementedError"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.errors.-unimplemented-error.pbtxt1 path: "tensorflow.errors.UnimplementedError"
3 is_instance: "<class \'tensorflow.python.framework.errors_impl.UnimplementedError\'>"
Dtensorflow.errors.pbtxt132 name: "UnimplementedError"
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder.cc152 return UnimplementedError("Batch size is not equal to 1."); in SetAllDimensions()
418 return UnimplementedError("TfLiteFusedActivation.kTfLiteActSignBit"); in IsActivationSupported()
420 return UnimplementedError("TfLiteFusedActivation.kTfLiteActSigmoid"); in IsActivationSupported()
537 return UnimplementedError( in CheckMaxSupportedOpVersion()
548 return UnimplementedError( in CheckExactSupportedOpVersion()
652 return UnimplementedError("ADD requires two input tensors."); in IsSupported()
834 return UnimplementedError( in SetAxis()
974 return UnimplementedError("depth_multiplier != 1 && input.c != 1"); in IsSupported()
1177 return UnimplementedError("Unsupported FullyConnected weights format."); in IsSupported()
1194 return UnimplementedError("Unsupported FullyConnected weights format."); in Parse()
[all …]
Dcustom_parsers.cc31 return UnimplementedError(absl::StrCat( in ParseCustomAttributes()
Dstatus.h113 inline Status UnimplementedError(const std::string& message) { in UnimplementedError() function
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dapi.cc215 return UnimplementedError("Padding for BATCH is not supported."); in RegisterPrimaryOps()
252 return UnimplementedError("Softmax supports only CHANNELS dimension"); in RegisterPrimaryOps()
282 return UnimplementedError("Unsupported op: " + node->operation.type); in RegisterPrimaryOps()
307 return UnimplementedError(absl::Substitute( in Compile()
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h184 return port::UnimplementedError("Not Implemented"); in GetKernel()
189 return port::UnimplementedError("Not Implemented"); in LoadModule()
194 return port::UnimplementedError("Not Implemented"); in Launch()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
Dcustom_registry.cc34 return UnimplementedError("Unsupported op: " + node->operation.type); in RegisterCustomOps()
/external/tensorflow/tensorflow/stream_executor/lib/
Dstatus.h36 inline Status UnimplementedError(absl::string_view message) { in UnimplementedError() function
/external/tensorflow/tensorflow/python/framework/
Derrors_impl.py424 class UnimplementedError(OpError): class
438 super(UnimplementedError, self).__init__(node_def, op, message,
501 UNIMPLEMENTED: UnimplementedError,
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/selectors/
Dsimple_selectors.cc112 return UnimplementedError("No concat for this axis."); in SelectConcat()
143 return UnimplementedError("Mean operation supports only HW plane"); in SelectMean()
Doperation_selector.cc167 return UnimplementedError( in GPUOperationFromNode()
247 return UnimplementedError( in GPUOperationFromNode()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h63 return port::UnimplementedError("Not Implemented"); in GetKernel()
68 return port::UnimplementedError("Not Implemented"); in Launch()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h55 return port::UnimplementedError("Not Implemented"); in GetKernel()
60 return port::UnimplementedError("Not Implemented"); in Launch()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/converters/
Dphwc4_to_bhwc.cc80 return UnimplementedError("Phwc4ToBhwc: Batch size is not equal to 1."); in Convert()
Dbhwc_to_phwc4.cc87 return UnimplementedError("BhwcToPhwc4: Batch size is not equal to 1."); in Convert()
/external/tensorflow/tensorflow/python/training/
Dpy_checkpoint_reader.py40 raise errors_impl.UnimplementedError(None, None, error_message)
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dfrom_sparse_tensor_slices_test.py74 with self.assertRaises(errors.UnimplementedError):
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi2.cc140 return UnimplementedError("Not supported"); in SetExternalObject()
358 return UnimplementedError("Unsupported tensor tie definition."); in NewTensorTie()
495 return UnimplementedError("Changing input shapes is not supported"); in SetInputShape()

12